Skip to content

Commit 6ad9ecb

Browse files
authored
Merge pull request #238 from nanotaboada/fix/Dockerfile
fix: remove assets directory from Dockerfile runtime stage
2 parents 069a45d + dfa6ee0 commit 6ad9ecb

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)