Skip to content

Commit

Permalink
fix: updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed May 15, 2024
1 parent 9fdc238 commit 37e0fcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ COPY requirements.txt .

RUN pip install -r requirements.txt

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

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

0 comments on commit 37e0fcd

Please sign in to comment.