Update Dockerfile
Browse files- 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
|