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