• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# We use this dockerfile to build a packed tarfile which we import in our `docker` tests
2FROM node:current
3COPY . /typescript
4WORKDIR /typescript
5RUN npm ci
6RUN npm i -g gulp-cli
7RUN gulp configure-insiders && gulp LKG && gulp clean && npm pack .