diff --git a/Dockerfile b/Dockerfile index c973574..d65cf2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,6 @@ COPY server/service ${SERVICE_PATH} WORKDIR ${SERVICE_PATH} COPY --from=node-builder /usr/app/server/ui /usr/app/server/ui -RUN ls /usr/app -RUN ls /usr/app/server/ui -RUN ls /usr/app/server/ui/dist -RUN ls /usr/app/server/service # Build it RUN cargo build --release diff --git a/README.md b/README.md index 9541805..c7986b3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ and goto http://localhost:8080 If running on a different host, open up `server/ui/src/env.ts` and change your hostname. +### Docker + +``` +git clone https://gitlab.com/dessalines/torrents.csv +cd torrents.csv +docker-compose up +``` + ## Command Line Searching ### Requirements