Skip to content

Commit

Permalink
🐛 Fix: Copy Production PHP Config to Production Image (fixes #31) (#32)
Browse files Browse the repository at this point in the history
regression from 6060e90,
  • Loading branch information
sherifabdlnaby authored Oct 2, 2022
1 parent 6d43e9b commit bccc17f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ FROM base AS app
ARG APP_BASE_DIR
USER root

# Copy PHP Production Configuration
COPY docker/php/prod-* $PHP_INI_DIR/conf.d/

# Copy Prod Scripts && delete xdebug
COPY docker/entrypoint/*-prod docker/post-build/*-prod docker/pre-run/*-prod \
# to
Expand Down

0 comments on commit bccc17f

Please sign in to comment.