Update Dockerfile

This commit is contained in:
Emile Nijssen 2021-06-02 12:29:42 +02:00 committed by GitHub
parent c74179eece
commit ffaf67a08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ RUN npm ci --production
# Expose Ports
EXPOSE 51820/udp
EXPOSE 80/tcp
EXPOSE 51821/tcp
# Set Environment
ENV DEBUG=Server,WireGuard
# Run Web UI
CMD ["node", "server.js"]
CMD ["node", "server.js"]