bugfixes
This commit is contained in:
parent
b142c9b88a
commit
b252a20f87
@ -88,7 +88,7 @@ COPY --chown=www-data:www-data . .
|
||||
COPY --from=node-builder --chown=www-data:www-data /app/public/build ./public/build
|
||||
|
||||
# Copy environment file from docker.env to .env if .env doesn't exist
|
||||
# RUN if [ ! -f .env ]; then cp docker.env .env; fi
|
||||
RUN if [ ! -f .env ]; then cp docker.env .env; fi
|
||||
|
||||
# Generate APP_KEY if not present (required for some Composer operations)
|
||||
RUN if ! grep -q "APP_KEY=base64:" .env; then \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user