Skip to content

Commit

Permalink
load data
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Feb 26, 2024
1 parent 3c23dea commit be1ee1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ RUN dnf update -y; \
ln -s /usr/bin/python3.11 /usr/bin/python3;
RUN python3 -m ensurepip --upgrade; \
pip3 install --no-cache-dir --requirement requirements.in
RUN python3 main.py --loaddata

ENTRYPOINT ["python3", "main.py"]

0 comments on commit be1ee1a

Please sign in to comment.