Remove duplicate app.ini copy link in Dockerfile (#468)
This commit is contained in:
parent
88f5c19cac
commit
c734f66881
@ -36,7 +36,6 @@ RUN set -eux; \
|
|||||||
###> recipes ###
|
###> recipes ###
|
||||||
###< recipes ###
|
###< recipes ###
|
||||||
|
|
||||||
COPY --link frankenphp/conf.d/app.ini $PHP_INI_DIR/conf.d/
|
|
||||||
COPY --link frankenphp/conf.d/app.ini $PHP_INI_DIR/conf.d/
|
COPY --link frankenphp/conf.d/app.ini $PHP_INI_DIR/conf.d/
|
||||||
COPY --link --chmod=755 frankenphp/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
COPY --link --chmod=755 frankenphp/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
||||||
COPY --link frankenphp/Caddyfile /etc/caddy/Caddyfile
|
COPY --link frankenphp/Caddyfile /etc/caddy/Caddyfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user