Skip to content

Commit

Permalink
Fix: Update app path
Browse files Browse the repository at this point in the history
  • Loading branch information
livehybrid committed May 26, 2024
1 parent ea18752 commit 21c7fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apicache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9

WORKDIR /code

COPY ./requirements.txt /code/requirements.txt
COPY ./apicache/requirements.txt /code/requirements.txt

RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

Expand Down

0 comments on commit 21c7fc1

Please sign in to comment.