mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-27 00:59:11 +00:00
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…
x
Reference in New Issue
Block a user