Skip to content

Commit 87fae5b

Browse files
Update Dockerfile
[skip ci]
1 parent 7fea7a3 commit 87fae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

0 commit comments

Comments
 (0)