]> Untitled Git - lemmy.git/commitdiff
Removing diesel for now
authorDessalines <tyhou13@gmx.com>
Wed, 24 Apr 2019 17:33:17 +0000 (10:33 -0700)
committerDessalines <tyhou13@gmx.com>
Wed, 24 Apr 2019 17:33:17 +0000 (10:33 -0700)
Dockerfile

index 2f4e3e3af1d7bb0fd090091dc0639303c9793323..3f3aa4e767ed781f62f1cabfaf508805055e5be2 100644 (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