Skip to content

Commit

Permalink
Attempt to silent npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Nov 22, 2023
1 parent 1934f72 commit fb8981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY . .
RUN FRONT_DATABASE_URI="sqlite:foo.sqlite" XP1_DATABASE_URI="sqlite:bar.sqlite" npm run build


CMD ["npm", "run", "start"]
CMD ["npm", "--silent", "run", "start"]

0 comments on commit fb8981b

Please sign in to comment.