clamav-rest/Dockerfile
2016-06-26 23:29:22 +01:00

7 lines
70 B
Docker

FROM scratch
ADD target/clamrest /
CMD ["/clamrest"]
EXPOSE 8080