Fixed: entrypoint permissions

This commit is contained in:
Aleksandr Soloshenko 2022-10-07 15:21:41 +07:00
parent 1594807236
commit ffc7e9b94a

View File

@ -44,6 +44,7 @@ ENV GOOSE_MIGRATION_DIR=/app/migrations
COPY --from=build /go/bin/goose /app/goose
COPY scripts/docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
# `boilerplate` should be replaced here as well
COPY db/migrations /app/migrations