Bump entrypoint
This commit is contained in:
parent
716f01a5be
commit
05e5785fc0
|
@ -10,7 +10,7 @@ add
|
||||||
```
|
```
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=-/opt/lewis-crawker/companion_software/dashboard/entrypoint.sh
|
ExecStart=-/opt/lewis-crawler/companion_software/dashboard/entrypoint.sh
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
StandardOutput=tty
|
StandardOutput=tty
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /opt/lewis-crawler/companion_software/dashboard
|
||||||
|
|
||||||
pipenv install -r requirements.txt
|
pipenv install -r requirements.txt
|
||||||
|
|
||||||
pipenv run python dash.py
|
pipenv run python dash.py
|
||||||
|
|
Loading…
Reference in New Issue