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 349e490 commit eae4d6d
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 @@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements/prod.txt

# Copy the entire FastAPI project to the container
COPY /src /app
COPY .env /app
# COPY .env /app

# Expose the port that your FastAPI app will run on
EXPOSE 8080
Expand Down

0 comments on commit eae4d6d

Please sign in to comment.