From dfa6ee0d41304842ab789cbfa8941750662292ec Mon Sep 17 00:00:00 2001 From: Nano Taboada Date: Thu, 4 Dec 2025 01:04:10 -0300 Subject: [PATCH] fix: remove assets directory from Dockerfile runtime stage --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3a8b2b..2e33938 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,6 @@ COPY --from=builder /app/target/*.jar ./app.jar # Copy metadata docs for container registries (e.g.: GitHub Container Registry) COPY --chmod=444 README.md ./ -COPY --chmod=555 assets/ ./assets/ # Copy entrypoint and healthcheck scripts COPY --chmod=555 scripts/entrypoint.sh ./entrypoint.sh