mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
commit
139a31965c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue