mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
nginx
|
|
caddy start -c /home/Caddyfile
|
|
tail -f /dev/null;
|