mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-25 21:34:02 +02:00
chore: add migrations directory to Dockerfile
This commit is contained in:
parent
65c063a838
commit
88f3a95b61
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ COPY cmd ./cmd
|
|||
COPY internal ./internal
|
||||
COPY pkg ./pkg
|
||||
COPY agent ./agent
|
||||
COPY migrations ./migrations
|
||||
|
||||
ARG VERSION
|
||||
ENV VERSION=${VERSION}
|
||||
|
|
Loading…
Add table
Reference in a new issue