screenshotbot / screenshotbot-oss

A Screenshot Testing service to tie with your existing Android, iOS and Web screenshot tests
https://screenshotbot.io
Mozilla Public License 2.0
191 stars 13 forks source link

No web-interface after launching screenshotbot with Docker #38

Closed gopito closed 4 months ago

gopito commented 4 months ago

I launched screenshotbot with Docker command: $ docker-compose up --build I have issues with "openjdk-11-jre-headless" package. I changed it to "openjdk-17-jre-headless" and managed to build docker image. But when I went to localhost:4091 I only saw:

image

Then I changed docker file to install java liberica instead: RUN curl -s "https://get.sdkman.io?rcupdate=false" | bash && source "/root/.sdkman/bin/sdkman-init.sh" && sdk install java 11.0.22-librca

I have the same result, no interface is shown:

image

Do I need to edit config.lisp file to get web-interface or maybe I need an earlier debian base image in docker file?

I am launching it in MacOS in colima. I've tried with Rosetta emulation too.

tdrhq commented 4 months ago

@gopito Fixed, please git pull and try again!