mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-04-21 17:22:47 +02: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…
x
Reference in New Issue
Block a user