Skip to content
Snippets Groups Projects

Test

Merged Chris Hines requested to merge test into prod
1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
+ 0
10
@@ -5,16 +5,6 @@ RUN apt update
RUN apt install -y python3 gcc python3-pip
RUN apt install -y openssh-client
RUN pip3 install -r requirements.txt
<<<<<<< HEAD
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
CMD ["./runscript"]
Loading