1
0
Fork 0
mirror of https://github.com/nold360/hive-apps synced 2025-01-11 00:04:46 +00:00
hive-apps/ansible/Containerfile

9 lines
188 B
Docker

FROM quay.io/ansible/ansible-runner:latest
RUN useradd -m nold && chown -R nold:nold /home/runner
COPY . /ansible
WORKDIR /ansible
USER 1000
CMD ["/bin/bash", "/ansible/entrypoint.sh"]