Skip to content

Commit 6005c18

Browse files
committed
chore: add image build in makefile
1 parent f68971e commit 6005c18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ test:
1212
api:
1313
curl http://localhost:2023/-/play/compile -X POST --data '{"body":"a=5 + 5"}' -H "content-type:application/json"
1414
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

Comments
 (0)