mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-10 21:34:37 +00:00
4 lines
53 B
Docker
4 lines
53 B
Docker
FROM alpine
|
|
ADD image /image
|
|
ENTRYPOINT [ "/image" ]
|