Skip to content

Commit

Permalink
Fix CMD commandline
Browse files Browse the repository at this point in the history
Signed-off-by: Gianpaolo Macario <[email protected]>
  • Loading branch information
gmacario committed Aug 9, 2021
1 parent 72345de commit 5457989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY . .
RUN npm run build
# RUN ls -la
# RUN ls -laR dist/
CMD ["npm", "run serve:prod"]
CMD ["npm", "run", "serve:prod"]
# -----------------------------------------------------------------
#
# EOF

0 comments on commit 5457989

Please sign in to comment.