mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-11 05:34:56 +00:00
4 lines
65 B
Docker
4 lines
65 B
Docker
FROM alpine
|
|
ADD sentiment /sentiment
|
|
ENTRYPOINT [ "/sentiment" ]
|