Skip to content

Commit

Permalink
fix: assembler verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Apr 9, 2024
1 parent e4ece55 commit adee19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ADD . ./

RUN chmod a+x bin/cdn-assembler.js && yarn link

CMD ["bin/cdn-assembler", "--config", "main-config.yml"]
CMD ["bin/cdn-assembler", "--config", "main-config.yml", "--verbose"]

0 comments on commit adee19e

Please sign in to comment.