mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-08 23:44:04 +02:00
chore: add migrations directory to Dockerfile (#87)
This commit is contained in:
parent
8422b4e633
commit
9314411fc0
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