Skip to content

Commit

Permalink
fix: copy assets for Illustratorium
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Sep 24, 2024
1 parent f63cb95 commit 3e2a1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ FROM caddy:2-alpine AS web
COPY ./deploy/Caddyfile ./deploy/Caddyfile.redirects /etc/caddy/
COPY --from=npm /app/webroot/ /app/webroot/
COPY --from=npm /app/plugins/Chialab/webroot/ /app/webroot/chialab/
COPY --from=npm /app/plugins/Illustratorium/webroot/ /app/webroot/illustratorium/
COPY --from=npm /app/plugins/OpenSource/webroot/ /app/webroot/open_source/

###
Expand Down

0 comments on commit 3e2a1ff

Please sign in to comment.