Use mirror.gcr.io for prod Docker stage as well
This commit is contained in:
parent
f6e2278c81
commit
de2c82617f
@ -12,7 +12,7 @@ RUN npm run compile
|
|||||||
|
|
||||||
ENTRYPOINT npm run start
|
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
|
RUN npm config set update-notifier false
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user