Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
MrArsenic621 committed Sep 20, 2024
1 parent 2867da0 commit daf2e8b
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 @@ -5,10 +5,10 @@ FROM python:alpine
WORKDIR /app

# Copy the requirements file
COPY src/requirements.txt .
COPY src/requirments.txt .

# Install dependencies
RUN pip install -r requirements.txt
RUN pip install -r requirments.txt

# Copy the application code
COPY src/* .
Expand Down

0 comments on commit daf2e8b

Please sign in to comment.