diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-04-18 10:41:03 -0400 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-04-18 10:41:03 -0400 |
commit | cf1fd82b6fba40022be0f75ec4f33ea5552d4e32 (patch) | |
tree | d6c65a216eacd9a7a85beb12f6c6aef993ffcfc6 /Dockerfile | |
parent | 669ab74f61e19b4a7f72dba303ffb2e09aa376f4 (diff) | |
download | UKGenderPayGap-master.tar.gz UKGenderPayGap-master.zip |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |