mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* feat: add basic files of contact * chore: code review 1. delete redundant suffix 2. use tab replace whitespace in pb file * chore: add some comments and check post data validation * chore: add some comments * chore: add publicapi.json and examples.json * chore: update README.md * fix: code review conversations
4 lines
59 B
Docker
4 lines
59 B
Docker
FROM alpine
|
|
ADD contact /contact
|
|
ENTRYPOINT [ "/contact" ]
|