Files
foundryvtt/build_FoundryVTT.sh
2025-05-22 06:35:39 -07:00

7 lines
186 B
Bash
Executable File

#!/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