update rnsd container to move stuff to /app
This commit is contained in:
parent
fbb1ac5947
commit
60ca5c62ec
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ RUN apt-get update && \
|
|||
apt-get clean
|
||||
|
||||
# SET UP VENV AND INSTALL RNSD
|
||||
WORKDIR /rnsd
|
||||
WORKDIR /app
|
||||
COPY setup.sh ./
|
||||
RUN ./setup.sh
|
||||
|
||||
|
|
@ -17,4 +17,4 @@ RUN ./setup.sh
|
|||
# LOAD RUN SCRIPT
|
||||
COPY run.sh ./
|
||||
|
||||
ENTRYPOINT ["bash","/rnsd/run.sh"]
|
||||
ENTRYPOINT ["bash","/app/run.sh"]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
source rnsd_venv/bin/activate
|
||||
rnsd
|
||||
rnsd --config config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue