Files
docker-as-VM/run
Andre Heber ea3b86e8cd init
2024-08-20 23:51:59 +02:00

7 lines
132 B
Plaintext

#!/usr/bin/with-contenv sh
# Start your application
exec /usr/local/bin/myapp
# Touch the watchdog file
touch /var/run/myapp.touch