GPTfree api
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,4 +33,4 @@ HEALTHCHECK --interval=10s --timeout=5s --start-period=30s CMD curl --fail http:
|
|
33 |
# Start Firefox and web-ext
|
34 |
CMD /usr/bin/firefox-esr --headless --remote-debugging-port=9222 & \
|
35 |
sleep 10 && \
|
36 |
-
npx web-ext run --source-dir ./src --firefox
|
|
|
33 |
# Start Firefox and web-ext
|
34 |
CMD /usr/bin/firefox-esr --headless --remote-debugging-port=9222 & \
|
35 |
sleep 10 && \
|
36 |
+
npx web-ext run --source-dir ./src --firefox=/usr/bin/firefox-esr --args="--remote-debugging-port=9222" --verbose
|