mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-09 07:54:03 +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 internal ./internal
|
||||||
COPY pkg ./pkg
|
COPY pkg ./pkg
|
||||||
COPY agent ./agent
|
COPY agent ./agent
|
||||||
|
COPY migrations ./migrations
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV VERSION=${VERSION}
|
ENV VERSION=${VERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue