Refactoring install actions

This commit is contained in:
2024-12-25 11:26:45 +03:00
parent e4b27c55bf
commit 786efb4503
11 changed files with 7544 additions and 16766 deletions

View File

@ -1,3 +1,6 @@
FROM node:12.22.3-alpine
FROM node:12
RUN npm install -g npm
ENV npm_config_fund=false
ENV npm_config_update_notifier=false
WORKDIR /srv/app