mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* add vehicle api * Commit from GitHub Actions (Publish APIs & Clients) Co-authored-by: asim <asim@users.noreply.github.com>
4 lines
59 B
Docker
4 lines
59 B
Docker
FROM alpine
|
|
ADD vehicle /vehicle
|
|
ENTRYPOINT [ "/vehicle" ]
|