Skip to content

Commit 96374c8

Browse files
Update Dockerfile
[skip ci]
1 parent 87fae5b commit 96374c8

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-
ENTRYPOINT ["npm"]
13+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)