Skip to content

Commit 877d3fd

Browse files
authored
Update Dockerfile
1 parent 8d70c9b commit 877d3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ENV NODE_ENV=production
44
WORKDIR /app
55
COPY ["package.json", "package-lock.json*", "./"]
66
RUN npm install
7-
EXPOSE 8080
7+
EXPOSE 8000
88
COPY . .
99
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)