Skip to content

Commit 7a66d83

Browse files
committed
infra :: dockerfile 내용 수정
1 parent aaed9c6 commit 7a66d83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ FROM python:3.11.6
22
WORKDIR /app
33
COPY . /app
44
RUN pip install -r requirements.txt
5-
COPY .env /app/.env
65
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)