event-time-tracking/Dockerfile

6 lines
104 B
Docker

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