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

@ -1,4 +1,4 @@
name: Push Docker Image
name: Release Server
on:
release:

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "infrastructure/cloudformation/cluster"]
path = infrastructure/cloudformation/cluster
url = git@github.com:josephbmanley/aws-cluster-stack.git

View File

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