10 lines
232 B
Fish
Executable file
10 lines
232 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
set -l container_name juna_li_com
|
|
|
|
buildah build --layers -t $container_name:latest ~/code/juna-li.com
|
|
|
|
podman-default-create \
|
|
$container_name \
|
|
--network traefik \
|
|
localhost/$container_name:latest
|