Skip to content

Commit 83a55cc

Browse files
Update Dockerfile
1 parent 9c9d8b7 commit 83a55cc

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)