Skip to content

Commit

Permalink
Dockerfile update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Dec 29, 2024
1 parent 7b25755 commit 471c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY requirements.txt /usr/src/app/requirements.txt
RUN pip install -r requirements.txt

# Ensure the latest version of maps4fs is installed.
RUN pip install --update maps4fs
RUN pip install --upgrade maps4fs

EXPOSE 8501

Expand Down

0 comments on commit 471c64f

Please sign in to comment.