Skip to content

Commit

Permalink
fix: force build in assmbler
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Apr 24, 2024
1 parent ad44a88 commit ce80c67
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", "--verbose"]
CMD ["bin/cdn-assembler", "--config", "main-config.yml", "--verbose", "--force-build"]

0 comments on commit ce80c67

Please sign in to comment.