Skip to content

Commit 95a0fff

Browse files
committed
Comment out env
1 parent 7a3ff2c commit 95a0fff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ services:
1010
dockerfile: node.dockerfile
1111
args:
1212
buildversion: 1
13+
# environment:
14+
# - NODE_ENV=production
15+
# - PORT=3000
16+
# - build=1
1317
ports:
1418
- "3000:3000"
1519
networks:

node.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG buildversion
2626
ENV NODE_ENV=production
2727
ENV PORT=3000
2828
ENV build=$buildversion
29-
29+
3030
WORKDIR /var/www
3131
COPY package.json package-lock.json ./
3232
RUN npm install

0 commit comments

Comments
 (0)