[GH-ISSUE #451] Docker Build no style sheet applied #274

Closed
opened 2026-02-27 15:58:04 +03:00 by kerem · 1 comment
Owner

Originally created by @sjhoeksma on GitHub (Jun 19, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/451

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
Originally created by @sjhoeksma on GitHub (Jun 19, 2021). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/451 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 ```
kerem closed this issue 2026-02-27 15:58:04 +03:00
Author
Owner

@sjhoeksma commented on GitHub (Jun 19, 2021):

Restarting the service fixed issue.

<!-- gh-comment-id:864439594 --> @sjhoeksma commented on GitHub (Jun 19, 2021): Restarting the service fixed issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#274
No description provided.