mirror of
https://github.com/penpot/penpot.git
synced 2026-05-24 09:23:40 +00:00
Making it more similar on how it runs on production environments and improves large amount of files loading thanks to http2.
8 lines
105 B
Bash
Executable File
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;
|