mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +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
|
# Install wp-cli
|
||||||
COPY --from=wp-cli ["/usr/local/bin/wp", "/usr/local/bin/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
|
# Overlay
|
||||||
COPY ["./rootfs/", "/"]
|
COPY ["./rootfs/", "/"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user