Skip to content

Commit 837aef6

Browse files
Update Dockerfile
1 parent 23b36af commit 837aef6

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
@@ -10,5 +10,5 @@ COPY . .
1010
RUN npm install
1111
RUN npm install dotenv --save
1212
RUN npm test
13-
#ENTRYPOINT ["npm","run"]
14-
CMD ["npm", "start"]
13+
ENTRYPOINT ["npm","run"]
14+
#CMD ["npm", "start"]

0 commit comments

Comments
 (0)