GPTfree api commited on
Commit
98ef911
1 Parent(s): 566091c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,5 +22,5 @@ RUN npm run html
22
  # コンテナのポートを公開(必要に応じて設定)
23
  EXPOSE 3000
24
 
25
- # Firefoxを指定してweb-extを実行するように変更
26
- CMD ["npx", "web-ext", "run", "--firefox", "/usr/bin/firefox-esr"]
 
22
  # コンテナのポートを公開(必要に応じて設定)
23
  EXPOSE 3000
24
 
25
+ # web-extを実行するためのコマンドを修正
26
+ CMD ["npx", "web-ext", "run", "--firefox", "/usr/bin/firefox-esr", "--verbose"]