Skip to content

Commit ab52563

Browse files
botisSmilePierreGauthier
authored andcommitted
Update php Dockerfile to copy folder public to php_static_files from and to image context and not from local sources to image context
1 parent 8093a2f commit ab52563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ RUN set -eux; \
113113
sync;
114114

115115
# copy public files in php_static_files to save them, because they can be overwritten when a volume is mounted between php and router containers
116-
COPY --from=api_src public php_static_files
116+
RUN cp -r public php_static_files

0 commit comments

Comments
 (0)