Skip to content

Commit

Permalink
Simplify Dockerfile COPY instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed May 30, 2021
1 parent 1e5152e commit 374e05e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ RUN apk add --no-cache --update nginx git curl bash su-exec \

COPY nginx-default.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY php-fpm-www-pool.conf /etc/php7/php-fpm.d/www.conf
COPY config.inc.php /config.inc.php
COPY deploy-branch.sh /deploy-branch.sh
COPY \
config.inc.php \
deploy-branch.sh \
docker-entrypoint.sh \
/

# Metadata
LABEL org.label-schema.vendor="Sudo-Bot" \
Expand Down

0 comments on commit 374e05e

Please sign in to comment.