event-time-tracking/Dockerfile

6 lines
90 B
Docker
Raw Normal View History

2022-01-14 20:57:07 +00:00
FROM scratch
2022-01-14 21:16:23 +00:00
COPY ./ett /ett
2022-01-14 20:57:07 +00:00
#RUN ls -lah /
#RUN chmod uog+rwx /ett
#RUN /ett
CMD ["/ett"]