mirror of
https://github.com/azaion/detections.git
synced 2026-06-22 23:11:07 +00:00
6 lines
46 B
Docker
6 lines
46 B
Docker
FROM alpine:3.20
|
|
|
|
COPY . /models/
|
|
|
|
CMD ["sh"]
|