mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* feat: add avatar api close #310 * chore: add description line * fix: typo * chore: reformat the json string to make it more readable and fix few bad indents * fix: minimum go version * feat: upload to Micro's CDN * chore: delete redundant blank line * chore: update README.md
4 lines
56 B
Docker
4 lines
56 B
Docker
FROM alpine
|
|
ADD avatar /avatar
|
|
ENTRYPOINT [ "/avatar" ]
|