diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ FROM rust:latest as cargo-build WORKDIR /usr/src/verden COPY . . -ARG DATABASE_URL +ARG DATABASE_URL="postgres://user:password@localhost:5432/verden" RUN cargo install --path . && cargo install sqlx-cli EXPOSE 9090 |
