mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +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}
|
||||
|
@ -59,4 +60,4 @@ ENV DOCKER_HOST=unix:///var/run/docker.sock
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["/app/run"]
|
||||
CMD ["/app/run"]
|
||||
|
|
Loading…
Add table
Reference in a new issue