mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
11 lines
246 B
Docker
11 lines
246 B
Docker
FROM alpine:3@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
|
|
|
|
COPY ./scepclient-linux-amd64 /usr/bin/scepclient
|
|
COPY ./scepserver-linux-amd64 /usr/bin/scepserver
|
|
|
|
EXPOSE 8080
|
|
|
|
VOLUME ["/depot"]
|
|
|
|
ENTRYPOINT ["scepserver"]
|