Skip to content

Commit b03d2f6

Browse files
committed
fix(GIST-16): add migrations to dockerfile
1 parent e251a88 commit b03d2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV PORT=4000
88
WORKDIR /app
99
COPY --from=builder /app/main /app/main
1010
COPY --from=builder /app/docs /app/docs
11+
COPY --from=builder /app/migrations /app/migrations
1112
RUN chmod +x /app/main
1213
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
1314
USER appuser

0 commit comments

Comments
 (0)