We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2125 commit dc59df7Copy full SHA for dc59df7
Dockerfile
@@ -6,3 +6,4 @@ RUN apt-get update \
6
ADD src /src/herbie
7
RUN raco pkg install --auto /src/herbie
8
ENTRYPOINT ["racket", "/src/herbie/herbie.rkt"]
9
+CMD ["web", "--port", "80", "--quiet", "--demo"]
0 commit comments