Move wp-* utils to it's own space in src/

This commit is contained in:
Aleksandar Puharic 2024-05-19 21:01:52 +02:00
parent cca0dd0d5d
commit f86a28f3a6
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB
4 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ FROM scratch AS rootfs
# Install wp-cli
COPY --from=wp-cli ["/usr/local/bin/wp", "/usr/local/bin/wp-cli"]
# Install wp-utils
COPY ["./src/wp-utils/", "/usr/local/bin/"]
# Overlay
COPY ["./rootfs/", "/"]