mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
Fixed: entrypoint permissions
This commit is contained in:
parent
1594807236
commit
ffc7e9b94a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user