Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 824b6c9

Browse files
committed
refactor: Move dev-only configuration to "dev" folder
https://symfony.com/doc/current/configuration.html#creating-a-new-environment
1 parent 626f461 commit 824b6c9

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN set -eux; \
8585

8686
# copy sources
8787
COPY --link . ./
88-
RUN rm -Rf frankenphp/ config/packages/debug.php config/packages/web_profiler.php
88+
RUN rm -Rf frankenphp/
8989

9090
RUN set -eux; \
9191
mkdir -p var/cache var/log; \

worker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -eux; \
5858

5959
# copy sources
6060
COPY --link . ./
61-
RUN rm -Rf frankenphp/ config/packages/debug.php config/packages/web_profiler.php
61+
RUN rm -Rf frankenphp/
6262

6363
RUN set -eux; \
6464
mkdir -p var/cache var/log; \

0 commit comments

Comments
 (0)