change workdir before pip
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
335507e8ba
commit
f3826a7b07
1 changed files with 2 additions and 0 deletions
|
@ -20,7 +20,9 @@ RUN chmod +x start.sh
|
|||
|
||||
USER ${USER}
|
||||
|
||||
WORKDIR ${HOMEDIR}/NexusDashboard
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install gunicorn
|
||||
WORKDIR ${HOMEDIR}
|
||||
|
||||
ENTRYPOINT [ "/home/docker/start.sh" ]
|
Loading…
Reference in a new issue