This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
2022-01-04 10:58:46 +01:00

5 lines
124 B
Docker

FROM alpine:3.15
LABEL maintainer="marco.blessing@googlemail.com"
ADD ServiceUpdater /app/
ENTRYPOINT "/app/ServiceUpdater"