Skip to content

Commit dfa6ee0

Browse files
committed
fix: remove assets directory from Dockerfile runtime stage
1 parent 069a45d commit dfa6ee0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ COPY --from=builder /app/target/*.jar ./app.jar
3939

4040
# Copy metadata docs for container registries (e.g.: GitHub Container Registry)
4141
COPY --chmod=444 README.md ./
42-
COPY --chmod=555 assets/ ./assets/
4342

4443
# Copy entrypoint and healthcheck scripts
4544
COPY --chmod=555 scripts/entrypoint.sh ./entrypoint.sh

0 commit comments

Comments
 (0)