From cf1fd82b6fba40022be0f75ec4f33ea5552d4e32 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 18 Apr 2024 10:41:03 -0400 Subject: Fixed some bugs with networking --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') 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"] -- cgit v1.2.3