main_server/containers/dev_tools.fish
2023-08-14 15:30:39 +02:00

12 lines
259 B
Fish
Executable file

#!/usr/bin/env fish
set -l container_name dev-tools
cd ~/code/dev_tools
mdbook build
buildah build --layers -t $container_name:latest .; or return 1
podman-default-create \
$container_name \
--network traefik \
localhost/$container_name:latest