fix build
All checks were successful
App Image CI / Build app image (push) Successful in 13s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s

This commit is contained in:
2025-10-17 13:10:10 -05:00
parent 91b157055e
commit 2e20859580
3 changed files with 26 additions and 24 deletions

View File

@@ -14,7 +14,6 @@ COPY . .
RUN npx tsc && npm run-script build && \
npm ci --only=production && \
ln -sf /usr/share/fonts assets/ && \
chown -R node .
FROM base AS deploy
@@ -23,12 +22,12 @@ ARG version=develop
ARG githash=REVISION
ARG created=CREATED
LABEL org.opencontainers.image.title="nodejs-web-template"
LABEL org.opencontainers.image.description="Template for my nodejs web projects"
LABEL org.opencontainers.image.title="madisonlinux"
LABEL org.opencontainers.image.description="Website for upcoming Linux install party in Madison WI"
LABEL org.opencontainers.image.authors="Cory Sanin <corysanin@outlook.com>"
LABEL org.opencontainers.image.url="https://git.sanin.dev/corysanin/nodejs-web-template"
LABEL org.opencontainers.image.documentation="https://git.sanin.dev/corysanin/nodejs-web-template"
LABEL org.opencontainers.image.source="https://git.sanin.dev/corysanin/nodejs-web-template"
LABEL org.opencontainers.image.url="https://git.sanin.dev/corysanin/madisonlinux"
LABEL org.opencontainers.image.documentation="https://git.sanin.dev/corysanin/madisonlinux"
LABEL org.opencontainers.image.source="https://git.sanin.dev/corysanin/madisonlinux"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.version="${version}"
LABEL org.opencontainers.image.revision="${githash}"