mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Fix file permissions in docker file
This commit is contained in:
parent
80be5911a5
commit
fbf13ebb9b
@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||||
|
|
||||||
|
## UNRELEASED
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- File permissions in docker image
|
||||||
|
|
||||||
## v1.5.0
|
## v1.5.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -42,4 +42,6 @@ LABEL \
|
|||||||
org.opencontainers.image.licenses="MIT"
|
org.opencontainers.image.licenses="MIT"
|
||||||
|
|
||||||
# Import from builder
|
# Import from builder
|
||||||
COPY --from=builder --chown=nginx /tmp/rootfs /
|
COPY --from=builder /tmp/rootfs /
|
||||||
|
|
||||||
|
RUN chown -R nginx:nginx /opt/html
|
||||||
|
Loading…
Reference in New Issue
Block a user