Label the content-fetch and web images
This commit is contained in:
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user