forked from neri/datatrash
Removing default env args from dockerfile
This commit is contained in:
parent
b512674da9
commit
3c05a725c2
|
@ -17,11 +17,6 @@ RUN cargo install --path . --features vendored
|
|||
|
||||
FROM alpine
|
||||
|
||||
ENV DATABASE_URL "postresql://localhost"
|
||||
ENV SERVER_URL "http://localhost:8000"
|
||||
ENV FILES_DIR "./files"
|
||||
ENV UPLOAD_MAX_BYTES "8388608"
|
||||
ENV BIND_ADDRESS "0.0.0.0:8000"
|
||||
ENV RUST_BACKTRACE "1"
|
||||
|
||||
COPY --from=build /home/rust/.cargo/bin/datatrash .
|
||||
|
|
Loading…
Reference in New Issue