Fixes in building Docker image

This commit is contained in:
PB
2025-10-21 18:45:34 +02:00
parent 748459c788
commit 060b6af9b3
3 changed files with 0 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ COPY --from=builder $BIN_OUTPUT /app
COPY --from=builder /go/bin/migrate /bin/migrate
COPY deploy/.env.docker /.env
COPY ./bin /bin
# COPY deploy/certs /certs
RUN chmod 755 /bin/entrypoint.sh /bin/migrate.sh