event-time-tracking/Dockerfile
kekskurse 7bce2de99b
All checks were successful
continuous-integration/drone/push Build is passing
Stuff
2022-01-14 22:16:23 +01:00

6 lines
No EOL
90 B
Docker

FROM scratch
COPY ./ett /ett
#RUN ls -lah /
#RUN chmod uog+rwx /ett
#RUN /ett
CMD ["/ett"]