Don't depend on dockerhub for anything, only depend on images we have ported over to Quay, or we risk a too-many-requests error during build on Quay.io.
This commit is contained in:
parent
e3402f52db
commit
8c6d2b2991
|
@ -9,7 +9,7 @@ ARG build_config=prod
|
|||
RUN npm install && \
|
||||
npm run build:$build_config
|
||||
|
||||
`
|
||||
|
||||
### STAGE 2: Run ###
|
||||
FROM quay.io/sartography/nginx:alpine
|
||||
RUN set -x && apk add --update --no-cache bash libintl gettext curl
|
||||
|
|
Loading…
Reference in New Issue