4 lines
86 B
Docker
4 lines
86 B
Docker
From scratch
|
|
COPY minimock /
|
|
RUN mkdir /data
|
|
CMD ["/minimock", "-c /data/config.yml"]
|