This commit is contained in:
2025-05-22 06:35:39 -07:00
parent e49e46cdec
commit b77a29215c
2 changed files with 3 additions and 3 deletions

6
build_FoundryVTT.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Copyright (c) 2023 fithwum
# All rights reserved
docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "alpine"
docker push -a fithwum/foundry_vtt