mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-05 01:38:56 -05:00
fix: default logo not displayed on fresh installations
This commit is contained in:
parent
d05988f281
commit
3e0735c620
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Copy default logo to the frontend public folder if it doesn't exist
|
||||||
|
cp -rn /tmp/img/* /opt/app/frontend/public/img
|
||||||
|
|
||||||
# Start Caddy
|
# Start Caddy
|
||||||
caddy start --config /etc/caddy/Caddyfile &
|
caddy start --config /etc/caddy/Caddyfile &
|
||||||
# Run the frontend server
|
# Run the frontend server
|
||||||
|
|
Loading…
Add table
Reference in a new issue