mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* feat: add movie search service close #183 * chore: update display name * chore: code review fix * feat: avoid panic when fields would be null or missed * chore: make it more readable * fix: correct format
4 lines
53 B
Docker
4 lines
53 B
Docker
FROM alpine
|
|
ADD movie /movie
|
|
ENTRYPOINT [ "/movie" ]
|