update for
ci-cd-vm / ci-cd (push) Failing after 2m44s

This commit is contained in:
Chris Chen
2026-06-22 17:52:40 -07:00
parent c7ac431deb
commit 2b28d2079c
3 changed files with 13 additions and 2 deletions
+8 -1
View File
@@ -15,8 +15,15 @@ WORKDIR /app
ENV ASPNETCORE_ENVIRONMENT=Production \
ASPNETCORE_HTTP_PORTS=8080
# curl: used by the HEALTHCHECK (not present in the base image)
# libfontconfig1 + fonts: required by DevExpress.Drawing's Skia backend for PDF text
# rendering. fonts-noto-cjk supplies the Chinese glyphs used in the receipt PDF.
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
&& apt-get install -y --no-install-recommends \
curl \
libfontconfig1 \
fontconfig \
fonts-dejavu \
fonts-noto-cjk \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build /app/publish .
# storage dir created + owned for the non-root app user