Commit 414acc58 authored by Raphael Beer's avatar Raphael Beer

Fix: install path in Dockerfile

parent 89d3845f
......@@ -4,4 +4,4 @@ RUN mkdir /app
ADD . /app
WORKDIR /app
RUN ./install.sh
RUN ./bin/install.sh
......@@ -4,9 +4,6 @@ Follow the quickstart instructions in our docker repo's [README](https://github.
### Install/Run
You need [virtualenv](https://pypi.org/project/virtualenv/) in $PATH, as both
`./install.sh` and `./docker-entry.sh` work on a venv in ./.venv
```bash
$ git clone https://github.com/shadowban-eu/shadowban-testing ./shadowban-testing; cd $_
$ ./install.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment