[infra] vault + chsettle + aurora for dev
This commit is contained in:
@@ -28,9 +28,10 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
-o /out/bff .
|
||||
|
||||
FROM alpine:latest AS runtime
|
||||
ARG APP_CONFIG_PATH=api/edge/bff/config.yml
|
||||
RUN apk add --no-cache ca-certificates tzdata wget
|
||||
WORKDIR /app
|
||||
COPY api/edge/bff/config.yml /app/config.yml
|
||||
COPY ${APP_CONFIG_PATH} /app/config.yml
|
||||
COPY api/edge/bff/assets /app/assets
|
||||
COPY api/edge/bff/env /app/env
|
||||
COPY api/pkg/auth/internal/casbin/models/auth.conf /app/env/permissions_model.conf
|
||||
|
||||
Reference in New Issue
Block a user