Skip to content
Snippets Groups Projects
Commit b2ce7f10 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: don’t use alpine for tsbuild Dockerfile step

parent 0a80334b
No related branches found
No related tags found
No related merge requests found
FROM amd64/node:10.16.0-alpine@sha256:f59303fb3248e5d992586c76cc83e1d3700f641cbcd7c0067bc7ad5bb2e5b489 AS tsbuild FROM amd64/node:10.16.0 AS tsbuild
COPY package.json . COPY package.json .
COPY yarn.lock . COPY yarn.lock .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment