mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 18:03:47 +00:00
Making it more similar on how it runs on production environments and improves large amount of files loading thanks to http2.
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
nginx;
|
|
caddy run -c /home/Caddyfile;
|