This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
1+ FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
22WORKDIR /home/app/parser-wrapper/parser/
33COPY --chown=app:app ./parser.js ./parser.js
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /home/app
44COPY package.json package-lock.json ./
55RUN npm ci --production
66
7- FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
7+ FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
88WORKDIR /home/app/parser-wrapper/parser/
99COPY --from=build --chown=app:app /home/app/node_modules/ ./node_modules/
1010COPY --chown=app:app ./parser.js ./parser.js
Original file line number Diff line number Diff line change 1- FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
1+ FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
22WORKDIR /home/app/parser-wrapper/parser/
33COPY --chown=app:app ./parser.js ./parser.js
Original file line number Diff line number Diff line change 1- FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk:nodejs12
1+ FROM docker.pkg.github.com/securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs:latest
22WORKDIR /home/app/parser-wrapper/parser/
33COPY --chown=app:app ./parser.js ./parser.js
You can’t perform that action at this time.
0 commit comments