Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 6.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
FROM debian:bullseye-slim

LABEL org.opencontainers.image.title="Rocket.Chat" \
org.opencontainers.image.description="The Complete Open Source Chat Solution" \
org.opencontainers.image.authors="Rocket.Chat Community" \
org.opencontainers.image.url="https://www.rocket.chat/" \
org.opencontainers.image.documentation="https://docs.rocket.chat/" \
org.opencontainers.image.source="https://github.com/RocketChat/Rocket.Chat" \
org.opencontainers.image.vendor="Rocket.Chat Community" \
org.opencontainers.image.licenses="MIT"

## Installing Node.js
ENV NODE_ENV production
ENV NODE_VERSION 14.21.3
Expand Down