Skip to content

Commit a5b0f83

Browse files
Update Dockerfile
[skip ci]
1 parent 88e679e commit a5b0f83

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+
ENTRYPOINT ["npm","run"]

0 commit comments

Comments
 (0)