This commit is contained in:
CanbiZ 2025-06-20 16:03:33 +02:00
parent 165cc33507
commit f99a10b6cf
2 changed files with 2 additions and 1 deletions

View File

@ -41,4 +41,4 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:9000${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9000${CL}"

View File

@ -57,6 +57,7 @@ msg_ok "Built Frontend"
msg_info "Copying Built Frontend into Backend Package" msg_info "Copying Built Frontend into Backend Package"
cp -r /opt/mealie/frontend/dist /opt/mealie/mealie/frontend cp -r /opt/mealie/frontend/dist /opt/mealie/mealie/frontend
cp -r /opt/mealie/frontend/dist /opt/mealie/.venv/lib/python3.12/site-packages/mealie/frontend
msg_ok "Copied Frontend" msg_ok "Copied Frontend"
msg_info "Preparing Backend (Poetry)" msg_info "Preparing Backend (Poetry)"