fix(assets): update build paths
This commit is contained in:
parent
b7456fdf42
commit
072ec2db46
7 changed files with 39 additions and 42 deletions
|
@ -60,7 +60,7 @@ COPY --chown=sculpin:sculpin src src
|
|||
RUN sculpin generate --env prod --output-dir /output/html
|
||||
|
||||
COPY --chown=sculpin:sculpin . .
|
||||
COPY --chown=sculpin:sculpin --from=assets /app/source/build /build
|
||||
COPY --chown=sculpin:sculpin --from=assets /app/build /build
|
||||
|
||||
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue