DEVOPS-1892: added cache settings
moved from angie to nginx
This commit is contained in:
parent
14976c6156
commit
497aa37497
4 changed files with 114 additions and 88 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ARG BUILDER_IMAGE=registry.altlinux.org/basealt/altsp:c10f1
|
||||
ARG RUNTIME_IMAGE=docker.angie.software/angie:latest
|
||||
ARG RUNTIME_IMAGE=nginx:1.24-alpine-slim
|
||||
|
||||
FROM $BUILDER_IMAGE AS builder
|
||||
|
||||
|
|
@ -25,5 +25,5 @@ RUN mkdir -p $HOME/.m2 \
|
|||
|
||||
FROM $RUNTIME_IMAGE
|
||||
|
||||
COPY config/angie.conf /etc/angie/angie.conf
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=builder /app/frontend/dist /frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue