Skip to content

Docker Build no style sheet applied #451

@sjhoeksma

Description

@sjhoeksma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions