Skip to content

Commit

Permalink
fix(GIST-16): add migrations to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtcircuits committed Aug 2, 2024
1 parent e251a88 commit b03d2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV PORT=4000
WORKDIR /app
COPY --from=builder /app/main /app/main
COPY --from=builder /app/docs /app/docs
COPY --from=builder /app/migrations /app/migrations
RUN chmod +x /app/main
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
USER appuser
Expand Down

0 comments on commit b03d2f6

Please sign in to comment.