TRMT commited on
Commit
9742381
·
1 Parent(s): b56a449

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -13,10 +13,10 @@ RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # FastAPIアプリケーションのコードをコピー
15
  COPY app /app
16
- COPY static /app/static
17
- COPY model /app/model
18
- COPY data /app/data
19
- COPY templates /app/templates
20
 
21
  # Expose port 8000 for FastAPI to run on
22
  EXPOSE 8000
 
13
 
14
  # FastAPIアプリケーションのコードをコピー
15
  COPY app /app
16
+ #COPY static /app/static
17
+ #COPY model /app/model
18
+ #COPY data /app/data
19
+ #COPY templates /app/templates
20
 
21
  # Expose port 8000 for FastAPI to run on
22
  EXPOSE 8000