Small fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-01-13 10:29:44 +01:00
parent 326f54d70b
commit 3fc1329bd4
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ content:
- containers/Building_Images_Interactively.md
- containers/Building_Images_With_Dockerfiles.md
- containers/Cmd_And_Entrypoint.md
- containers/Copying_Files_During_Build.md
#- containers/Copying_Files_During_Build.md
#- containers/Exercise_Dockerfile_Basic.md
- custom/Exercise_Dockerfile.md
-

View File

@@ -4,5 +4,5 @@ trap 'echo "Stopping sync"; exit 0' EXIT SIGINT SIGTERM
while true; do
fswatch -1 *html
rsync -r images/ *html *css *js vps.verleun.org:/docker/web-sites/site/
rsync -r images/ slides.zip *html *css *js vps.verleun.org:/docker/web-sites/site/
done