Fix docker container & update release workflow

This commit is contained in:
2020-04-30 21:53:13 -04:00
parent ac76cc4f32
commit 8ae3f0f3a7
4 changed files with 6 additions and 2 deletions

View File

@ -6,4 +6,4 @@ ADD / /dt
RUN cd /dt; /dt/build.sh
CMD ["./builds/server.out"]
CMD ["/dt/builds/server.out"]