mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 04:48:46 +00:00
4 lines
65 B
Docker
4 lines
65 B
Docker
FROM {{ docker_test_image_busybox }}
|
|
ENV foo /bar
|
|
WORKDIR ${foo}
|