diff --git a/Dockerfile b/Dockerfile index 13e6f9f..af9e17b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM golang:1.25 WORKDIR /app COPY . . +COPY config.staging.json config.json RUN go build EXPOSE 8095