mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
feat: add joke api (#294)
* feat: add joke api close #124 * chore: count boundary * fix: bug fix chore: update README.md * feat: add publicapi.json
This commit is contained in:
3
joke/Dockerfile
Normal file
3
joke/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine
|
||||
ADD joke /joke
|
||||
ENTRYPOINT [ "/joke" ]
|
||||
Reference in New Issue
Block a user