fix
This commit is contained in:
parent
165cc33507
commit
f99a10b6cf
@ -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}"
|
||||||
|
@ -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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user