Skip to content

Commit 23b36af

Browse files
Update Dockerfile
1 parent a35874d commit 23b36af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ COPY . .
1010
RUN npm install
1111
RUN npm install dotenv --save
1212
RUN npm test
13-
ENTRYPOINT ["npm","run"]
13+
#ENTRYPOINT ["npm","run"]
14+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)