fix: default logo not displayed on fresh installations
This commit is contained in:
@@ -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
|
||||||
@@ -7,4 +10,4 @@ PORT=3333 HOSTNAME=0.0.0.0 node frontend/server.js &
|
|||||||
# Run the backend server
|
# Run the backend server
|
||||||
cd backend && npm run prod
|
cd backend && npm run prod
|
||||||
# Wait for all processes to finish
|
# Wait for all processes to finish
|
||||||
wait -n
|
wait -n
|
||||||
|
|||||||
Reference in New Issue
Block a user