mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 23:41:38 +02:00
chore: add migrations directory to Dockerfile
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user