Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Oct 17, 2024
1 parent 5b5b5f4 commit c87ca4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN apk add --no-cache \
build-base

# Install Python dependencies
COPY requirements.txt .
COPY . .
RUN pip3 install -r requirements.txt

COPY . .


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

0 comments on commit c87ca4d

Please sign in to comment.