7 lines
198 B
Bash
Executable File
7 lines
198 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 "foundry_vtt/alpine"
|
|
docker push -a fithwum/foundry_vtt
|