generated from corysanin/nodejs-web-template
fix build
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -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}"
|
||||
|
Reference in New Issue
Block a user