This commit is contained in:
parent
c18f3653b8
commit
eafcc58d84
@@ -123,7 +123,8 @@ RUN set -eux; \
|
||||
|
||||
# copy sources
|
||||
COPY --link . ./
|
||||
RUN rm -Rf frankenphp/
|
||||
RUN rm -Rf frankenphp/ && \
|
||||
test -f .env || cp .env.example .env
|
||||
|
||||
# Copier les assets compilés depuis le stage Node.js
|
||||
COPY --from=node_build /app/public/build ./public/build
|
||||
|
||||
Reference in New Issue
Block a user