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

Update Dockerfile

parent f7a54104
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev
Pipeline #11388 failed
......@@ -3,8 +3,8 @@ WORKDIR /opt/strudel2/src
COPY . /opt/strudel2/src
RUN apt update && apt install -y python3 gcc python3-pip openssh-client
RUN set -x \
&& addgroup -g 33 -S www-data \
&& adduser -u 33 -D -S -G www-data www-data
&& addgroup --gid 33 -S www-data \
&& adduser --uid 33 -D -S -G www-data www-data
RUN pip3 install -r requirements.txt && python3 ./setup.py install
EXPOSE 8080 8090
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