Merge branch 'vs/switch-to-npm-for-apollo' into 'master'

Switch to npm for building apollo container

See merge request gitlab-org/gitlab-build-images!469
This commit is contained in:
Stan Hu 2021-12-10 05:52:50 +00:00
commit 139a31965c

View file

@ -3,7 +3,7 @@ FROM node:14.18-alpine3.14
RUN apk update \
&& apk add --no-cache git
RUN yarn global add apollo@2.33.9
RUN npm install --global apollo@2.33.9
ENTRYPOINT ["apollo"]
CMD ["--help"]