diff --git a/Dockerfile b/Dockerfile index abc12b4..d226765 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,4 @@ FROM dxflrs/garage:v1.1.0 WORKDIR /opt/prod/app COPY . . -RUN envsubst "$(env)" < garage.toml > garage-env-added.toml -RUN cp garage-env-added.toml /etc/garage.toml \ No newline at end of file +CMD envsubst "$(env)" < garage.toml > garage-env-added.toml & cp garage-env-added.toml /etc/garage.toml \ No newline at end of file