Files

5 lines
152 B
Docker
Raw Permalink Normal View History

2020-05-21 11:06:28 -07:00
# Create file under /tmp to ensure files inside '/tmp' are not overridden.
FROM alpine:3.11.5
RUN mkdir -p /tmp/foo \
&& echo 123 > /tmp/foo/file.txt