Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh committed Jul 10, 2024
1 parent 83b3412 commit 54716e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bitnami/mariadb:11.2.4-debian-12-r4

USER 0
COPY --chmod 555 ./backup.sh /usr/local/bin
COPY --chown=root:root --chmod=555 ./backup.sh /usr/local/bin
RUN install_packages zstd awscli
USER 1001

0 comments on commit 54716e1

Please sign in to comment.