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