remove copy or frontend .env into the container

This commit is contained in:
2026-03-28 10:56:40 +01:00
parent 1c3b693931
commit 66c0fd474e
-1
View File
@@ -20,7 +20,6 @@ fi
cp "$APP_DIR/public/index.php" "$FRONTEND_DIR/index.php" cp "$APP_DIR/public/index.php" "$FRONTEND_DIR/index.php"
cd "$FRONTEND_DIR" cd "$FRONTEND_DIR"
cp /tmp/app.env .env
npm ci --prefer-offline --no-audit npm ci --prefer-offline --no-audit
npm run build npm run build