Dockerfile: remove unused parts

We expose ports another way
This commit is contained in:
Philip H 2024-05-23 09:45:37 +02:00 committed by GitHub
parent 975c61df6d
commit ad80017846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ RUN apk add --no-cache \
# Use iptables-legacy
RUN update-alternatives --install /sbin/iptables iptables /sbin/iptables-legacy 10 --slave /sbin/iptables-restore iptables-restore /sbin/iptables-legacy-restore --slave /sbin/iptables-save iptables-save /sbin/iptables-legacy-save
# Expose Ports (If needed on buildtime)
#EXPOSE 51820/udp
#EXPOSE 51821/tcp
# Set Environment
ENV DEBUG=Server,WireGuard