mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 07:21:10 +01:00
Move wp-* utils to it's own space in src/
This commit is contained in:
parent
cca0dd0d5d
commit
f86a28f3a6
|
@ -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/", "/"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user