Removing diesel for now

This commit is contained in:
Dessalines 2019-04-24 10:33:17 -07:00
parent b70fa60418
commit fe24394be3

View file

@ -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