Add dev containers, musl build
This commit is contained in:
parent
23cd51fc95
commit
1748dd2fb6
11 changed files with 115 additions and 49 deletions
12
containers/run.sh
Executable file
12
containers/run.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -eu
|
||||
suffix=$(printf '%s' "$1" | sed 's/.*\.//')
|
||||
name="en-$suffix"
|
||||
tag="en:$suffix"
|
||||
|
||||
podman run \
|
||||
--replace \
|
||||
--name "$name" \
|
||||
--publish 3008:80 \
|
||||
"$tag"
|
||||
Loading…
Add table
Add a link
Reference in a new issue