forked from LiveCarta/LiveCartaWP
Changed source path of required files for the final build stage
This commit is contained in:
@@ -9,9 +9,8 @@ ARG ENV_NAME
|
||||
USER www-data:www-data
|
||||
WORKDIR /var/www/html
|
||||
|
||||
COPY --from=setup --chown=www-data:www-data ./htdocs .
|
||||
COPY --from=setup --chown=www-data:www-data ./environments/docker_container/ .
|
||||
COPY --from=setup --chown=www-data:www-data ./environments/all/ .
|
||||
COPY --from=setup --chown=www-data:www-data ./environments/${ENV_NAME}/robots.txt .
|
||||
|
||||
COPY --from=setup --chown=www-data:www-data /src/htdocs .
|
||||
COPY --from=setup --chown=www-data:www-data /src/environments/docker_container/ .
|
||||
COPY --from=setup --chown=www-data:www-data /src/environments/all/ .
|
||||
COPY --from=setup --chown=www-data:www-data /src/environments/${ENV_NAME}/robots.txt .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user