Remove the docs folder (#371)

Since documentation now has its own repo.

I also modified a bit the dockerfile to make the image lighter.
This commit is contained in:
Baptiste Gelez
2018-12-23 15:24:55 +01:00
committed by GitHub
parent 5c5cf36b0d
commit 5a682419cb
14 changed files with 1 additions and 1178 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ RUN cargo install diesel_cli --no-default-features --features postgres --version
COPY . .
RUN cargo install --path ./ --force --no-default-features --features postgres
RUN cargo install --path plume-cli --force --no-default-features --features postgres
RUN rm -rf target/release/incremental
RUN cargo clean
CMD ["plume"]
EXPOSE 7878