Skip to content

Commit

Permalink
Fix missing public/pack directory in Docker image (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Jul 12, 2024
1 parent e2e8512 commit 573eb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
### Fixes

* Fix log spam for `git describe` for shallow copy of repo
* Fix missing `public/pack` directory in Docker image

## v1.30.0 (2022-10-31)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ RUN apk add --no-cache git \
COPY . /root/wrata
WORKDIR /root/wrata
COPY --from=builder /usr/local/bundle /usr/local/bundle
COPY --from=builder /root/wrata/public/assets /root/wrata/public/assets
COPY --from=builder /root/wrata/public /root/wrata/public
CMD ["sh", "entrypoint.sh"]

0 comments on commit 573eb61

Please sign in to comment.