Skip to content

Commit 185955a

Browse files
committed
fix: remove unnecessary image layers
1 parent ee05a3a commit 185955a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ ENV ENVIRONMENT=prod \
4545
WAKAPI_INSECURE_COOKIES='true' \
4646
WAKAPI_ALLOW_SIGNUP='true'
4747

48-
COPY --from=build-env --chown=nonroot:nonroot --chmod=0444 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
49-
COPY --from=build-env --chown=nonroot:nonroot --chmod=0555 /usr/share/zoneinfo /usr/share/zoneinfo
50-
51-
COPY --from=build-env --chown=nonroot:nonroot /staging/app /app
52-
COPY --from=build-env --chown=nonroot:nonroot /staging/data /data
48+
COPY --from=build-env --chown=nonroot:nonroot /staging /
5349

5450
LABEL org.opencontainers.image.url="https://github.com/muety/wakapi" \
5551
org.opencontainers.image.documentation="https://github.com/muety/wakapi" \

0 commit comments

Comments
 (0)