change base image to 11notes/alpine

This commit is contained in:
ElevenNotes
2023-05-05 21:08:52 +02:00
parent f26ebd222b
commit e2aa2e9a18
8 changed files with 108 additions and 113 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/ash
if [ -z "$1" ]; then
set -- "nginx" \
-g \
'daemon off;'
set -- "nginx" \
-g \
'daemon off;'
fi
exec "$@"

View File

@@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/ash
curl --max-time 5 -kILs --fail http://localhost:8080