File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ COPY entrypoint /entrypoint
2626
2727RUN chmod +x /entrypoint
2828
29- RUN mkdir -p /usr/local/lib/node_modules && chown -R kool:kool /usr/local/lib/node_modules
29+ RUN mkdir -p /usr/local/lib/node_modules && chmod -R 777 /usr/local/lib/node_modules
30+
31+ RUN npm i --location=global npm@latest
3032
3133ENTRYPOINT [ "/entrypoint" ]
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ COPY entrypoint /entrypoint
2626
2727RUN chmod +x /entrypoint
2828
29- RUN mkdir -p /usr/local/lib/node_modules && chown -R kool:kool /usr/local/lib/node_modules
29+ RUN mkdir -p /usr/local/lib/node_modules && chmod -R 777 /usr/local/lib/node_modules
30+
31+ RUN npm i --location=global npm@latest
3032
3133ENTRYPOINT [ "/entrypoint" ]
Original file line number Diff line number Diff line change 2626
2727RUN chmod +x /entrypoint
2828
29- RUN mkdir -p /usr/local/lib/node_modules && chown -R kool:kool /usr/local/lib/node_modules
29+ RUN mkdir -p /usr/local/lib/node_modules && chmod -R 777 /usr/local/lib/node_modules
30+
31+ RUN npm i --location=global npm@latest
3032
3133ENTRYPOINT [ "/entrypoint" ]
You can’t perform that action at this time.
0 commit comments