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 eae4d6d commit b9432ed
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 @@ -5,7 +5,7 @@ FROM python:3.10.12
WORKDIR /app

# Copy the requirements files to the container
COPY requirements/prod.txt requirements/prod.txt
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
Expand Down

0 comments on commit b9432ed

Please sign in to comment.