Skip to content

Commit

Permalink
Add label to backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Feb 21, 2024
1 parent cb115ef commit 310ff37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN rm -rf /app/node_modules
RUN yarn install --pure-lockfile --production

FROM node:18.16 as runner
LABEL org.opencontainers.image.source="https://github.com/omnivore-app/omnivore"

RUN apt-get update && apt-get install -y netcat-openbsd

Expand Down

0 comments on commit 310ff37

Please sign in to comment.