Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip
|
|
| 11 |
# translations ディレクトリを作成し、権限を設定
|
| 12 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
| 13 |
RUN chmod -R 777 /app
|
| 14 |
-
RUN
|
| 15 |
|
| 16 |
# 依存関係をインストール(競合を無視)
|
| 17 |
RUN npm install --legacy-peer-deps
|
|
|
|
| 11 |
# translations ディレクトリを作成し、権限を設定
|
| 12 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
| 13 |
RUN chmod -R 777 /app
|
| 14 |
+
RUN python3 app.py
|
| 15 |
|
| 16 |
# 依存関係をインストール(競合を無視)
|
| 17 |
RUN npm install --legacy-peer-deps
|