5 lines
124 B
Docker
5 lines
124 B
Docker
|
FROM alpine:3.15
|
||
|
LABEL maintainer="marco.blessing@googlemail.com"
|
||
|
ADD ServiceUpdater /app/
|
||
|
ENTRYPOINT "/app/ServiceUpdater"
|