diff --git a/Dockerfile b/Dockerfile index e4a4ce5..21b3940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM golang:1.23.3 +RUN mkdir /data COPY data/* /data WORKDIR /app COPY go.mod go.sum ./