HOTFIX: Make healthcheck UDP & remove TCP endpoint

This commit is contained in:
2020-05-02 00:02:21 -04:00
parent f4e1d3a3b8
commit 11a41fdca7
3 changed files with 2 additions and 15 deletions

View File

@ -9,12 +9,4 @@ RUN cd /dt; /dt/build.sh
CMD ["/dt/builds/server.out"]
# Setup status endpoint
RUN dnf install nginx -y
COPY nginx.conf /etc/nginx/conf.d/nginx.conf
RUN systemctl enable nginx.service
EXPOSE 80/tcp
EXPOSE 7777/udp