mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-08 23:02:41 +01:00
Move wp-* utils to it's own space in src/
This commit is contained in:
@@ -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/", "/"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user