Skip to content

Commit

Permalink
reqs path fix for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
papko26 committed Nov 24, 2024
1 parent 2ea67a1 commit 65c9bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app

# Copy the Python script into the container
COPY gtw.py /app/app.py
COPY requirements.txt /app/requirements.txt

# Install dependencies
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 65c9bdb

Please sign in to comment.