Update Dockerfile for environment file handling
- Changed from moving to copying the .env.sample - Updated path to use APACHE_DOCUMENT_ROOT for .env
This commit is contained in:
parent
1f56280531
commit
e0a0b96c70
@ -32,7 +32,7 @@ RUN set -eux; \
|
||||
|
||||
USER www-data
|
||||
WORKDIR ${WEBSITE_ROOT}
|
||||
RUN mv .env.sample .env
|
||||
COPY .env.sample ${APACHE_DOCUMENT_ROOT}/.env
|
||||
RUN composer install
|
||||
RUN php bin/console asset-map:compile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user