Skip to content

Commit 78797dc

Browse files
Giovanni Rosarelekang
authored andcommitted
Fix for Dockerfile smell DL3025
Signed-off-by: Giovanni Rosa <[email protected]>
1 parent a02bbb4 commit 78797dc

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
@@ -26,4 +26,4 @@ COPY cli.js .
2626
COPY --from=builder /app/dist ./dist
2727

2828
EXPOSE 3000
29-
CMD npm run start
29+
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)