chore: add migrations directory to Dockerfile (#87)

This commit is contained in:
Yuzerion 2025-04-16 12:57:07 +08:00 committed by GitHub
parent 8422b4e633
commit 9314411fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ COPY cmd ./cmd
COPY internal ./internal
COPY pkg ./pkg
COPY agent ./agent
COPY migrations ./migrations
ARG VERSION
ENV VERSION=${VERSION}