WIP: The MuSiCaL Update #1

Draft
unfunny wants to merge 27 commits from music into master
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 84444e87b4 - Show all commits

View File

@@ -7,6 +7,10 @@
color:white;
padding-bottom: 100px;
}
a {
color: darkgreen;
filter: drop-shadow(1 1 5 black);
}
.vapor {
position: absolute;
bottom: 0;

10
test.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
echo "Bulding image..."
docker build -t doof .
echo "Running container. remember to delete unless you like your storage being used up"
echo "Deleting old container if it exists..."
docker rm -f doofonline_container
echo "Starting new container..."
docker run -d -p 80:80 --name doofonline_container doof
echo "Live, opening browser..."
xdg-open http://localhost