diff --git a/Dockerfile b/Dockerfile index 981901d..4e4ebb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/app/run"]