Intialize and cleanup repo

This commit is contained in:
2020-04-30 19:16:46 -04:00
commit 49e859eb1a
89 changed files with 2233 additions and 0 deletions

9
server/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM fedora:32
RUN /bin/bash -c "dnf install g++ enet-devel gtest gmock gmock-devel gtest-devel -y"
ADD / /dt
RUN cd /dt; /dt/build.sh
CMD ["./builds/server.out"]