Expose Ports

This commit is contained in:
Elias Stepanik 2023-12-03 14:14:18 +01:00
parent 1d8657dc6c
commit dbb5fe3e56

View File

@ -2,6 +2,11 @@
FROM ubuntu:22.04
EXPOSE 27960/udp
EXPOSE 27960/tcp
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker
RUN DEBIAN_FRONTEND=noninteractive \