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