Skip to content

Commit

Permalink
Merge pull request #471 from metrico/fix/run_on_ro_fs
Browse files Browse the repository at this point in the history
fix: error on ro fs start
  • Loading branch information
akvlad authored Feb 27, 2024
2 parents 5827bd4 + f99b746 commit 07d8bcc
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 07d8bcc

Please sign in to comment.