mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-12 16:38:19 +00:00
Going back to non-alpine nginx
This commit is contained in:
parent
f6fac1d0fa
commit
273f8c67e0
@ -14,7 +14,7 @@ RUN npm install && \
|
||||
npm run build:$build_config
|
||||
|
||||
### STAGE 2: Run ###
|
||||
FROM nginx:alpine
|
||||
FROM nginx
|
||||
COPY --from=builder /crc-bpmn/dist/* /usr/share/nginx/html/
|
||||
COPY --from=builder /crc-bpmn/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user