Skip to content

Commit

Permalink
add app
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Oct 17, 2024
1 parent b051b4d commit 47bddff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \

# Install Python dependencies
COPY requirements.txt .
COPY app.py .
RUN pip install -r requirements.txt


Expand Down

0 comments on commit 47bddff

Please sign in to comment.