GPTfree api
commited on
Commit
•
98ef911
1
Parent(s):
566091c
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,5 +22,5 @@ RUN npm run html
|
|
22 |
# コンテナのポートを公開(必要に応じて設定)
|
23 |
EXPOSE 3000
|
24 |
|
25 |
-
#
|
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"]
|