Skip to content

Commit a08891b

Browse files
committed
remove SQL Schema from dockerfile
1 parent 6bcdba1 commit a08891b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ WORKDIR /app
1111
RUN apk add --no-cache ca-certificates tzdata wget
1212
COPY --from=builder /capy-server .
1313
COPY --from=builder /app/docs ./docs
14-
COPY --from=builder /app/schema.sql ./schema.sql
1514
COPY --from=builder /app/migrations ./migrations
1615
RUN adduser -D -g '' appuser
1716
USER appuser

0 commit comments

Comments
 (0)