Skip to content

Commit 46bfca7

Browse files
committed
copy public/
1 parent 85c11ee commit 46bfca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ WORKDIR /app
2222

2323
# Copy the helmfile deployment configuration
2424
COPY deploy/ /deploy/
25-
COPY *.html /app/
25+
COPY public/ /app/public/
2626

2727
# Install the app
2828
COPY --from=builder /src/example-app /app/
2929

3030
# Define the entrypoint
31-
ENTRYPOINT ["./example-app"]
31+
ENTRYPOINT ["./example-app"]

0 commit comments

Comments
 (0)