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 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}
|
||||||
|
@ -59,4 +60,4 @@ ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
CMD ["/app/run"]
|
CMD ["/app/run"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue