Skip to content

Commit

Permalink
fix: error on ro fs start
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Feb 27, 2024
1 parent 5827bd4 commit f99b746
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 @@ -12,4 +12,4 @@ RUN npm install --omit=dev
# Expose Ports
EXPOSE 3100

CMD [ "npm", "start" ]
CMD [ "npm", "--offline", "--logs-max=0", "start" ]

0 comments on commit f99b746

Please sign in to comment.