Skip to content

Commit 3f0d296

Browse files
committed
fix(docker): Remove debug-only config for production image
1 parent f42feed commit 3f0d296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/
88+
RUN rm -Rf frankenphp/ config/packages/debug.php config/packages/web_profiler.php
8989

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

0 commit comments

Comments
 (0)