Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -22,6 +22,7 @@ COPY requirements.txt .
|
|
22 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
23 |
|
24 |
RUN mkdir -p /app/output && chmod 777 /app/output
|
|
|
25 |
|
26 |
# アプリケーションコードをコピー
|
27 |
COPY . .
|
|
|
22 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
23 |
|
24 |
RUN mkdir -p /app/output && chmod 777 /app/output
|
25 |
+
RUN mkdir -p /app/gfpgan && chmod 777 /app/gfpgan
|
26 |
|
27 |
# アプリケーションコードをコピー
|
28 |
COPY . .
|