Skip to content

Commit

Permalink
👷 Init: CI/CD 세팅 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjsmk0902 committed May 17, 2024
1 parent 842a42f commit 4e11e43
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.txt .

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

# Copy the rest of the application code into the container
COPY . .
Expand Down

0 comments on commit 4e11e43

Please sign in to comment.