Skip to content
Snippets Groups Projects
Commit d66b9679 authored by Chris Hines's avatar Chris Hines
Browse files

fix the run script

parent 5139ca5f
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev
Pipeline #11891 passed
...@@ -5,4 +5,4 @@ RUN apt update && apt install -y python3 gcc python3-pip openssh-client ...@@ -5,4 +5,4 @@ RUN apt update && apt install -y python3 gcc python3-pip openssh-client
RUN pip3 install -r requirements.txt && python3 ./setup.py install RUN pip3 install -r requirements.txt && python3 ./setup.py install
RUN mkdir -p /var/www/.ssh && chown www-data:www-data /var/www/.ssh && chmod 700 /var/www/.ssh RUN mkdir -p /var/www/.ssh && chown www-data:www-data /var/www/.ssh && chmod 700 /var/www/.ssh
EXPOSE 8080 8090 EXPOSE 8080 8090
CMD ["./runscript"] CMD ["/opt/strudel2/bin/runserver"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment