Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aengzu authored Dec 17, 2024
1 parent b80eac7 commit ba2fcc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt

# 애플리케이션 및 기타 파일 복사
COPY ./petkinApp /app/petkinApp
COPY ./model.pt /app/model.pt
COPY ./static /app/static
#COPY ./model.pt /app/model.pt
#COPY ./static /app/static
# COPY .env /app/.env


Expand Down

0 comments on commit ba2fcc1

Please sign in to comment.