Andrey Antukh 6b8091bb90 Make devenv https and http2 capable (#7871)
Making it more similar on how it runs on production
environments and improves large amount of files loading
thanks to http2.
2025-12-02 10:49:37 +01:00

8 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
set -e
nginx
mkdir -p penpot/logs
caddy start -c /home/Caddyfile
tail -f /dev/null;