Replace DB_URL with DATABASE_URL
This way it is shared with diesel, which simplifies a lot the setup Also fixes a few issues in the documentation, that are not directly related
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libssl-dev
|
||||
WORKDIR /app
|
||||
COPY Cargo.toml Cargo.lock ./
|
||||
RUN cargo install diesel_cli --no-default-features --features postgres --version '=1.2.0'
|
||||
RUN cargo install diesel_cli --no-default-features --features postgres --version '=1.3.0'
|
||||
COPY . .
|
||||
RUN cargo install --force
|
||||
RUN cargo install --path plume-cli --force
|
||||
|
||||
Reference in New Issue
Block a user