Use mirror.gcr.io for prod Docker stage as well
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/manifest Pipeline was successful

This commit is contained in:
Lauri Võsandi 2024-08-15 23:00:19 +03:00
parent f6e2278c81
commit de2c82617f

View File

@ -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