Update Dockerfile
This commit is contained in:
parent
c74179eece
commit
ffaf67a08a
|
@ -10,7 +10,7 @@ RUN npm ci --production
|
||||||
|
|
||||||
# Expose Ports
|
# Expose Ports
|
||||||
EXPOSE 51820/udp
|
EXPOSE 51820/udp
|
||||||
EXPOSE 80/tcp
|
EXPOSE 51821/tcp
|
||||||
|
|
||||||
# Set Environment
|
# Set Environment
|
||||||
ENV DEBUG=Server,WireGuard
|
ENV DEBUG=Server,WireGuard
|
||||||
|
|
Loading…
Reference in New Issue