Skip to content

Commit

Permalink
Merge pull request #2 from bacciotti/python
Browse files Browse the repository at this point in the history
fix: updating Dockerfile
  • Loading branch information
bacciotti authored May 15, 2024
2 parents be9fdcf + 0cedc0d commit 9e5e7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY requirements.txt .

RUN pip install -r requirements.txt

COPY wsgi.py config.py application/ ./
COPY wsgi.py config.py ./
COPY application/ application/

CMD ["python", "wsgi.py"]

0 comments on commit 9e5e7aa

Please sign in to comment.