retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.68k stars 371 forks source link

Docker Build no style sheet applied #451

Closed sjhoeksma closed 3 years ago

sjhoeksma commented 3 years ago

I have build a local docker using, the code below. When i access the docker on http://localhost:6081 it runs but het nog style sheets applied. When i inspect if see the stylesheets loaded but not applied.

git clone https://github.com/retspen/webvirtcloud
cd webvirtcloud
#Copy the settings file
get_files "settings.py" "webvirtcloud" "{{FILES_PATH}}/webvirtcloud" "" "yes"
#Build the docker
docker build -t local/webvirtcloud:latest .
cd ..
#remove the build directroy
rm -rf webvirtcloud
#run the docker
docker run -d -p 6081:80 -p 6080:6080  \
  --restart=unless-stopped\
  --name webvirtcloud \
  local/webvirtcloud
sjhoeksma commented 3 years ago

Restarting the service fixed issue.