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

Update Dockerfile

parent ad0c3b69
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev,!43Updated scripts
Pipeline #11369 passed
...@@ -5,16 +5,6 @@ RUN apt update ...@@ -5,16 +5,6 @@ RUN apt update
RUN apt install -y python3 gcc python3-pip RUN apt install -y python3 gcc python3-pip
RUN apt install -y openssh-client RUN apt install -y openssh-client
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
<<<<<<< HEAD
RUN python3 ./setup.py install RUN python3 ./setup.py install
=======
RUN mkdir -p /var/log/strudel2
RUN pwd
RUN ls
RUN cd TES ; python3 ./setup.py install
RUN pwd
RUN ls
RUN cd TWS ; python3 ./setup.py install
>>>>>>> Updated Scripts
EXPOSE 8080 8090 EXPOSE 8080 8090
CMD ["./runscript"] CMD ["./runscript"]
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