Skip to content

Commit d5c77fa

Browse files
committed
removing patches
1 parent 2ad68d6 commit d5c77fa

5 files changed

+2
-61
lines changed

Dockerfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
FROM node:carbon-alpine
22

3-
RUN npm install -g spandx
43
RUN npm install lodash try-require
54

6-
COPY ./patches /patches
75
COPY ./ssl /ssl
86

9-
RUN cd /usr/local/lib/node_modules/spandx && cat /patches/spandx.allowAllowedHostsInEsiConfig.patch | patch -p1
10-
RUN cd /usr/local/lib/node_modules/spandx && cat /patches/spandx.fixStartupOutput.patch | patch -p1
11-
RUN cd /usr/local/lib/node_modules/spandx/node_modules/nodesi && cat /patches/nodesi.fixRegexps.patch | patch -p1
12-
7+
RUN npm install -g spandx && echo 000
138
COPY ./spandx.config.js ./spandx.config.js
9+
1410
CMD [ "/bin/sh", "-c" , "spandx" ]

patches/.gitkeep

Whitespace-only changes.

patches/nodesi.fixRegexps.patch

-14
This file was deleted.

patches/spandx.allowAllowedHostsInEsiConfig.patch

-28
This file was deleted.

patches/spandx.fixStartupOutput.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)