replaced node:lts-alpine by node:lts-bullseye

This commit is contained in:
2022-09-05 14:54:21 +02:00
parent 873ef81d46
commit 328d9943fc
6 changed files with 37 additions and 24 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ echo "APP_ENV $APP_ENV"
if [ "$APP_ENV" = "prod" ]; then
echo "Run npm prod"
npm run prod
npm run build
else
echo "Run npm dev"
npm run dev