Portainer-ServiceUpdate/Dockerfile

5 lines
124 B
Docker
Raw Normal View History

2022-01-04 10:58:46 +01:00
FROM alpine:3.15
LABEL maintainer="marco.blessing@googlemail.com"
ADD ServiceUpdater /app/
ENTRYPOINT "/app/ServiceUpdater"