mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
FROM alpine:3.7
|
|
ENV INSTALL_PATH /newdata
|
|
RUN mkdir -p $INSTALL_PATH
|
|
|
|
WORKDIR $INSTALL_PATH
|