Files
butler/build/ci/Dockerfile
T
VLADIMIR 755f81cb04
continuous-integration/drone/push Build is passing
add Dockerfile
2023-08-14 01:45:23 +07:00

4 lines
46 B
Docker

FROM scratch
COPY butler /
CMD [ "./butler" ]