mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-06-16 11:32:04 +00:00
4 lines
65 B
Docker
4 lines
65 B
Docker
FROM {{ docker_test_image_busybox }}
|
|
ENV foo /bar
|
|
WORKDIR ${foo}
|