heruvym/test/Dockerfile
2022-11-02 21:52:02 +03:00

5 lines
57 B
Docker

FROM scratch
ADD test /
ADD main_test.go /
CMD ["/test"]