mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add vehicle api (#221)
* add vehicle api * Commit from GitHub Actions (Publish APIs & Clients) Co-authored-by: asim <asim@users.noreply.github.com>
This commit is contained in:
3
vehicle/Dockerfile
Normal file
3
vehicle/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine
|
||||
ADD vehicle /vehicle
|
||||
ENTRYPOINT [ "/vehicle" ]
|
||||
Reference in New Issue
Block a user