We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d70c9b commit 877d3fdCopy full SHA for 877d3fd
Dockerfile
@@ -4,6 +4,6 @@ ENV NODE_ENV=production
4
WORKDIR /app
5
COPY ["package.json", "package-lock.json*", "./"]
6
RUN npm install
7
-EXPOSE 8080
+EXPOSE 8000
8
COPY . .
9
CMD [ "npm", "start" ]
0 commit comments