mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
10 lines
251 B
Docker
10 lines
251 B
Docker
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
|
|
|
|
COPY ./scepclient-linux-amd64 /usr/bin/scepclient
|
|
COPY ./scepserver-linux-amd64 /usr/bin/scepserver
|
|
|
|
EXPOSE 8080
|
|
|
|
VOLUME ["/depot"]
|
|
|
|
ENTRYPOINT ["scepserver"]
|