Skip to content

Commit

Permalink
Patch Docker Port Console Log (Potentially)
Browse files Browse the repository at this point in the history
  • Loading branch information
oriionn committed Aug 10, 2023
1 parent 4814ae1 commit 73744f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18

ENV DOCKER true
ENV PORT=3000
ENV PORT 3000
ENV DOMAIN http://localhost:3000
ENV DB_TYPE json
ENV DB_HOST 127.0.0.1
Expand All @@ -13,4 +13,4 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD [ "node", "app.js", "${PORT}" ]
CMD [ "node", "app.js" ]

0 comments on commit 73744f9

Please sign in to comment.