Trying nginx alpine again
This commit is contained in:
parent
c901577eea
commit
a7a9983a4e
|
@ -14,7 +14,9 @@ RUN npm install && \
|
||||||
npm run build:$build_config
|
npm run build:$build_config
|
||||||
|
|
||||||
### STAGE 2: Run ###
|
### STAGE 2: Run ###
|
||||||
FROM nginx
|
FROM nginx:alpine
|
||||||
|
RUN set -x && apk add --update --no-cache bash libintl gettext curl
|
||||||
|
|
||||||
COPY --from=builder /crc-bpmn/dist/* /usr/share/nginx/html/
|
COPY --from=builder /crc-bpmn/dist/* /usr/share/nginx/html/
|
||||||
COPY --from=builder /crc-bpmn/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY --from=builder /crc-bpmn/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue