7 lines
224 B
Bash
Executable File
7 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2023 fithwum
|
|
# All rights reserved
|
|
|
|
docker build --pull --rm -f "alpine/Dockerfile" -t gitea.fithwum.tech/fithwum/foundry_vtt:alpine "alpine"
|
|
docker push -a gitea.fithwum.tech/fithwum/foundry_vtt
|