mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 14:27:20 +00:00
6 lines
86 B
Docker
6 lines
86 B
Docker
FROM alpine:3.10
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT [ "./entrypoint.sh" ]
|