Use mirror.gcr.io for prod Docker stage as well
This commit is contained in:
@@ -12,7 +12,7 @@ RUN npm run compile
|
||||
|
||||
ENTRYPOINT npm run start
|
||||
|
||||
FROM node:18-alpine AS prod
|
||||
FROM mirror.gcr.io/node:18-alpine AS prod
|
||||
RUN npm config set update-notifier false
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user