Merge pull request #2 from httpjamesm/incorrect-dockerfile-exec

fix: run launchpad in dockerfile
This commit is contained in:
httpjamesm
2023-05-24 15:57:34 -04:00
committed by GitHub
+1 -1
View File
@@ -17,4 +17,4 @@ RUN go build -o /launchpad
EXPOSE 8080
CMD ["/anonymousoverflow"]
CMD ["/launchpad"]