using node 20
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Image Node 22
|
# Image Node 22
|
||||||
FROM node:22-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
# Outils utiles pour certaines dépendances natives et git
|
# Outils utiles pour certaines dépendances natives et git
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
sh -lc '
|
sh -lc '
|
||||||
case "$STATE" in
|
case "$STATE" in
|
||||||
install)
|
install)
|
||||||
rm -rf /data/app && npx adapt-security/at-utils install --prerelease /data/app
|
rm -rf /data/app && echo poplpopl | npx adapt-security/at-utils install --prerelease -e stani@eduvia.app -p /data/app
|
||||||
;;
|
;;
|
||||||
update)
|
update)
|
||||||
cd /data/app && npx adapt-security/at-utils update --prerelease .
|
cd /data/app && npx adapt-security/at-utils update --prerelease .
|
||||||
|
|||||||
Reference in New Issue
Block a user