Skip to content

Commit

Permalink
so close. fixing the reqirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 007b7de commit 3afe44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /app


# Install pip requirements
COPY requirements.txt .
COPY Backend/requirements.txt .
RUN python3 -m pip install -r requirements.txt

# Copy main application file
Expand Down

0 comments on commit 3afe44c

Please sign in to comment.