This commit is contained in:
CHIEFSOFT\ameye
2025-08-31 13:57:02 -04:00
parent 373c5427c2
commit 6adb6aed1f
4 changed files with 99 additions and 82 deletions
+3 -3
View File
@@ -126,10 +126,10 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
# add app
COPY . ./
# start app
# CMD ["npm","run", "start"]
# start appdpvle
CMD ["npm","run", "start"]
# CMD ["yarn", "start"]
# start app
CMD /bin/sh ./run.sh
# @CMD /bin/sh ./run.sh