diff --git a/Dockerfile b/Dockerfile index 890b64f..1e5ef9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM scratch +EXPOSE 8080 ADD example / ENTRYPOINT ["/example"] \ No newline at end of file