Merge branch 'docker'

This commit is contained in:
Dessalines 2018-11-30 17:24:21 -07:00
commit 2d4f312d0d
2 changed files with 8 additions and 4 deletions

View File

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

View File

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