mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Label the content-fetch and web images
This commit is contained in:
parent
2ffb69d4f6
commit
819135f118
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue