Skip to content

Commit 73744f9

Browse files
committed
Patch Docker Port Console Log (Potentially)
1 parent 4814ae1 commit 73744f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:18
22

33
ENV DOCKER true
4-
ENV PORT=3000
4+
ENV PORT 3000
55
ENV DOMAIN http://localhost:3000
66
ENV DB_TYPE json
77
ENV DB_HOST 127.0.0.1
@@ -13,4 +13,4 @@ COPY package*.json ./
1313
RUN npm install
1414
COPY . .
1515
EXPOSE 3000
16-
CMD [ "node", "app.js", "${PORT}" ]
16+
CMD [ "node", "app.js" ]

0 commit comments

Comments
 (0)