mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
10 lines
246 B
Docker
10 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"]
|