Skip to content

Commit

Permalink
Merge pull request #1 from bacciotti/dockerfile
Browse files Browse the repository at this point in the history
fix: updating Dockerfile
  • Loading branch information
bacciotti authored May 15, 2024
2 parents 9fdc238 + 37e0fcd commit be9fdcf
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 be9fdcf

Please sign in to comment.