aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-04-18 10:41:03 -0400
committerjwansek <eddie.atten.ea29@gmail.com>2024-04-18 10:41:03 -0400
commitcf1fd82b6fba40022be0f75ec4f33ea5552d4e32 (patch)
treed6c65a216eacd9a7a85beb12f6c6aef993ffcfc6 /Dockerfile
parent669ab74f61e19b4a7f72dba303ffb2e09aa376f4 (diff)
downloadUKGenderPayGap-master.tar.gz
UKGenderPayGap-master.zip
Fixed some bugs with networkingHEADmaster
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 70a11f6..907b7ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,8 +5,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update -y
RUN apt-get install -y python3-pip
COPY . /app
-RUN touch .docker
+RUN touch /.docker && touch /app/.docker
WORKDIR /app
RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3"]
-CMD ["src/app.py", "--production"] \ No newline at end of file
+CMD ["src/app.py", "--production"]