mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-06 00:36:39 +00:00
9 lines
158 B
Docker
9 lines
158 B
Docker
FROM alpine:3.11
|
|
LABEL maintainer "Stakater Team"
|
|
|
|
RUN apk add --update --no-cache ca-certificates
|
|
|
|
COPY Reloader /bin/Reloader
|
|
|
|
ENTRYPOINT ["/bin/Reloader"]
|