Steven Polley
f344c9ca06
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
163 B
Docker
6 lines
163 B
Docker
FROM scratch
|
|
LABEL maintainer="himself@stevenpolley.net"
|
|
COPY mandelmapper /
|
|
COPY ca-certificates.crt /etc/ssl/certs/
|
|
EXPOSE 6161:6161
|
|
ENTRYPOINT ["/mandelmapper"] |