Label the content-fetch and web images

This commit is contained in:
Jackson Harper
2024-02-21 14:16:21 +08:00
parent 2ffb69d4f6
commit 819135f118
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM node:18.16
LABEL org.opencontainers.image.source="https://github.com/omnivore-app/omnivore"
# Installs latest Chromium (92) package.
RUN apt-get update && apt-get install -y \

View File

@ -33,6 +33,8 @@ RUN yarn workspace @omnivore/web build
FROM node:18.16-alpine as runner
LABEL org.opencontainers.image.source="https://github.com/omnivore-app/omnivore"
ENV NODE_ENV production
ENV PORT=8080
ENV NEXT_TELEMETRY_DISABLED 1