Skip to content

Commit

Permalink
change migration path to fix build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanjoms committed May 29, 2022
1 parent 8b786cc commit 10eb150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir /app && addgroup -S golauth && adduser -S golauth -G golauth \

USER golauth
COPY --from=builder --chown=golauth /build/golauth /app/
COPY --from=builder --chown=golauth /build/ops/migrations /app/migrations
COPY --from=builder --chown=golauth /build/migrations /app/migrations
WORKDIR /app
EXPOSE 8080
ENTRYPOINT ["./golauth"]

0 comments on commit 10eb150

Please sign in to comment.