Use mirror.gcr.io
This commit is contained in:
parent
f36f893e70
commit
f6e2278c81
@ -1,4 +1,4 @@
|
|||||||
FROM node:18-alpine as dev
|
FROM mirror.gcr.io/library/node:18-alpine as dev
|
||||||
RUN apk add netcat-openbsd
|
RUN apk add netcat-openbsd
|
||||||
|
|
||||||
RUN npm config set update-notifier false
|
RUN npm config set update-notifier false
|
||||||
@ -23,4 +23,4 @@ COPY --from=dev /app/public /app/public
|
|||||||
|
|
||||||
RUN npm ci --only=production --silent
|
RUN npm ci --only=production --silent
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
Loading…
Reference in New Issue
Block a user