Skip to content

Commit 2a8b465

Browse files
committed
fix
1 parent 71fa4cb commit 2a8b465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ARG REVISION
4848
RUN echo "$VERSION (${REVISION:0:7})" > /var/www/.version
4949

5050
# COPY --chmod=755 docker/ /
51-
COPY --from=assets --chown=www-data:www-data /build/public/build /var/www/public/build
51+
COPY --from=assets --chown=www-data:www-data /build/public/build /var/www/html/public/build
5252

5353
ENV WORKER_ENABLED=true
5454

0 commit comments

Comments
 (0)