soiz1 commited on
Commit
f522e95
·
verified ·
1 Parent(s): 490099b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 python app.py
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