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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt /app/
12
  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
 
12
  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