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 f68971e commit 6005c18Copy full SHA for 6005c18
Makefile
@@ -12,3 +12,7 @@ test:
12
api:
13
curl http://localhost:2023/-/play/compile -X POST --data '{"body":"a=5 + 5"}' -H "content-type:application/json"
14
curl http://localhost:2023/-/play/fmt?body="a=1" -X POST -H "content-type:application/json"
15
+
16
+image:
17
+ docker build . -t kcllang/kcl-playground
18
+ docker push kcllang/kcl-playground
0 commit comments