Closed kfuku52 closed 10 months ago
Thanks for pointing these out. I still haven't created the official docker image for this template, maybe it is time for me to prioritize this. As for the port, this was already identified and being handled in this issue.
Just pushed the last few changes and the docker image was created. Can you update your code and test the new image @kfuku52?
It worked well, thank you!
Describe the bug Thank you for providing this outstanding template for lab websites. I started using it yesterday and came across what appears to be a potential issue. While setting up the local environment using Docker, as per the instructions in INSTALL.md, I encountered a snag. Specifically, after executing
docker compose up
, Docker seemed to hang, displaying the following messages. However, the server did successfully launch once I rebuilt the Docker image, after adding a new lineRUN gem install jekyll-multiple-languages-plugin
to Dockerfile.Additionally,
INSTALL.md
mentions that the locally running template should be accessible athttp://localhost:8888
, but it actually is available athttp://localhost:8080
. This isn't a bug, but I thought it was worth mentioning for clarity.System (please complete the following information):