Refactoring install actions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user