mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-05 07:20:17 +00:00
fixes.
This commit is contained in:
parent
7f69965576
commit
36c004706b
@ -37,7 +37,6 @@ $STD apt-get install -y \
|
|||||||
libldap-2.5
|
libldap-2.5
|
||||||
|
|
||||||
mkdir /app
|
mkdir /app
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
@ -50,13 +49,13 @@ msg_ok "Downloading mealie ${RELEASE}"
|
|||||||
|
|
||||||
msg_info "Setting up frontend"
|
msg_info "Setting up frontend"
|
||||||
cd /app/${APP}
|
cd /app/${APP}
|
||||||
yarn install \
|
npm yarn install \
|
||||||
--prefer-offline \
|
--prefer-offline \
|
||||||
--frozen-lockfile \
|
--frozen-lockfile \
|
||||||
--non-interactive \
|
--non-interactive \
|
||||||
--production=false \
|
--production=false \
|
||||||
--network-timeout=1000000
|
--network-timeout=1000000
|
||||||
yarn generate
|
npm yarn generate
|
||||||
msg_ok "Setting up frontend"
|
msg_ok "Setting up frontend"
|
||||||
|
|
||||||
msg_info "Setting up ENV"
|
msg_info "Setting up ENV"
|
||||||
@ -93,7 +92,6 @@ mkdir $MEALIE_HOME
|
|||||||
msg_ok "Create user account"
|
msg_ok "Create user account"
|
||||||
|
|
||||||
msg_info "Builder Image"
|
msg_info "Builder Image"
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
pip install -U --no-cache-dir pip
|
pip install -U --no-cache-dir pip
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
cd $PYSETUP_PATH
|
cd $PYSETUP_PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user