Skip to content

Commit

Permalink
Attempt to silent npm run (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Nov 23, 2023
1 parent cc909b0 commit df3858c
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 df3858c

Please sign in to comment.