From d66b96794cdf8f49e639060f24eabd797c7363f3 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Wed, 16 Sep 2020 09:45:06 +1000 Subject: [PATCH] fix the run script --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 203833c..b9091e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 mkdir -p /var/www/.ssh && chown www-data:www-data /var/www/.ssh && chmod 700 /var/www/.ssh EXPOSE 8080 8090 -CMD ["./runscript"] +CMD ["/opt/strudel2/bin/runserver"] -- GitLab