Small tweaks to the site background and the docker run script

This commit is contained in:
2021-09-06 15:15:06 -04:00
parent f018204482
commit 9be370e7d9
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
docker run -d --rm -p 3000:3000 --name minecraft-website minecraft-website
docker run -d --rm -p 3000:3000 -v "$(pwd)":/usr/src/minecraft-website --name minecraft-website minecraft-website