6 lines
56 B
Docker
6 lines
56 B
Docker
|
FROM scratch
|
||
|
|
||
|
EXPOSE 32039
|
||
|
COPY files .
|
||
|
CMD ["/knowyt"]
|