Skip to content

Commit

Permalink
feat: Modify a part of Dockerfile for CI/CD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkweon17 committed Feb 14, 2024
1 parent b9432ed commit 186c5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY requirements/requirements.txt requirements/requirements.txt

# Install any needed packages specified in requirements files
RUN pip install --no-cache-dir -r requirements/prod.txt
RUN pip install --no-cache-dir -r requirements/requirements.txt

# Copy the entire FastAPI project to the container
COPY /src /app
Expand Down

0 comments on commit 186c5be

Please sign in to comment.