Files
env-docker/Config/Prosody/Dockerfile
T
2026-06-18 17:24:36 -07:00

21 lines
338 B
Docker

# 2026-06-11 Hyperling
# https://wiki.debian.org/InstallingProsody
# https://prosody.im/doc/configure
# test
## Image ##
FROM debian:trixie-slim
## Setup ##
# System Dependencies
RUN apt-get update && \
apt-get install -y prosody \
bash sudo htop
## Main ##
# Install + Run Website
WORKDIR /root
USER root
CMD tail -F /var/log/TBD