diff --git a/Dockerfile b/Dockerfile index 62bf0e1..1efc7a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM dxflrs/garage:v1.1.0 -COPY . . \ No newline at end of file +COPY . . +RUN cp garage.toml /etc/garage.toml \ No newline at end of file