Skip to content

Commit

Permalink
feat(deploy): compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Mar 10, 2024
1 parent 62ba2b0 commit 8c08898
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ RUN set -eux; \
composer dump-autoload --classmap-authoritative --no-dev; \
composer dump-env prod; \
composer run-script --no-dev post-install-cmd; \
chmod +x bin/console; sync;
chmod +x bin/console; \
./bin/console asset-map:compile; \
sync;

0 comments on commit 8c08898

Please sign in to comment.