7 lines
70 B
Docker
7 lines
70 B
Docker
FROM scratch
|
|
|
|
ADD target/clamrest /
|
|
|
|
CMD ["/clamrest"]
|
|
|
|
EXPOSE 8080
|