We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f268cac commit e4ea522Copy full SHA for e4ea522
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /evolution
11
12
COPY ./package.json ./tsconfig.json ./
13
14
-RUN npm_config_ignore_scripts=true npm install
+RUN npm install
15
16
COPY ./src ./src
17
COPY ./public ./public
0 commit comments