knowyt/docker/Dockerfile
2022-03-03 10:29:01 +01:00

6 lines
56 B
Docker

FROM scratch
EXPOSE 32039
COPY files .
CMD ["/knowyt"]