Skip to content

Commit f77314d

Browse files
authored
Merge pull request #232 from plone/erral-do-not-copy-empty-well-known
fix: do not copy empty .well-known directory
2 parents a7f42b5 + 17cbc3a commit f77314d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
USER node
3434
COPY --from=builder /build/ /app/
35-
COPY --chown=node public/.well-known /app/build/public/.well-known/
35+
# COPY --chown=node public/.well-known /app/build/public/.well-known/
3636

3737
WORKDIR /app
3838
EXPOSE 3000

0 commit comments

Comments
 (0)