Steven Polley
15c8ac5f68
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
122 B
Docker
8 lines
122 B
Docker
FROM scratch
|
|
LABEL maintainer="himself@stevenpolley.net"
|
|
COPY siteviewcounter .
|
|
|
|
EXPOSE 8080
|
|
|
|
CMD [ "./siteviewcounter" ]
|