mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
Removing diesel for now
This commit is contained in:
parent
b70fa60418
commit
fe24394be3
|
@ -33,7 +33,7 @@ RUN cargo build --frozen --release --bin lemmy
|
|||
RUN mv /app/server/target/release/lemmy /app/lemmy
|
||||
|
||||
# Get diesel-cli on there just in case
|
||||
RUN cargo install diesel_cli --no-default-features --features postgres
|
||||
# RUN cargo install diesel_cli --no-default-features --features postgres
|
||||
|
||||
# The output image
|
||||
# FROM debian:stable-slim
|
||||
|
|
Loading…
Reference in a new issue