event-time-tracking/Dockerfile

6 lines
90 B
Docker

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