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

Update Dockerfile

parent 1af2c9ee
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev
Pipeline #11390 passed
...@@ -2,9 +2,6 @@ FROM ubuntu ...@@ -2,9 +2,6 @@ FROM ubuntu
WORKDIR /opt/strudel2/src WORKDIR /opt/strudel2/src
COPY . /opt/strudel2/src COPY . /opt/strudel2/src
RUN apt update && apt install -y python3 gcc python3-pip openssh-client RUN apt update && apt install -y python3 gcc python3-pip openssh-client
RUN set -x \
&& addgroup --gid 33 --system www-data \
&& adduser --uid 33 --disabled-login --system --gid www-data www-data
RUN pip3 install -r requirements.txt && python3 ./setup.py install RUN pip3 install -r requirements.txt && python3 ./setup.py install
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