Skip to content

Commit b3f6f97

Browse files
author
root
committed
update docker file
1 parent ef3d267 commit b3f6f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ WORKDIR /opt/app
66
COPY . .
77

88
RUN npm install
9-
RUN npm install dotenv --save
10-
ENTRYPOINT ["/bin/bash" , "-c", "source ./env_producer.sh && printenv"]
11-
#ENTRYPOINT ["npm","run"]
9+
#RUN npm install dotenv --save
10+
#ENTRYPOINT ["/bin/bash" , "-c", "source ./env_producer.sh && printenv"]
11+
ENTRYPOINT ["npm","run"]

0 commit comments

Comments
 (0)