fix: run launchpad in dockerfile

This commit is contained in:
httpjamesm
2023-05-24 15:56:33 -04:00
parent 9583354947
commit 8a8465a096
+1 -1
View File
@@ -17,4 +17,4 @@ RUN go build -o /launchpad
EXPOSE 8080
CMD ["/anonymousoverflow"]
CMD ["/launchpad"]