sh8s_deployer/testenv/Dockerfile
2024-08-07 18:16:21 +02:00

5 lines
64 B
Docker

FROM ubuntu:latest
WORKDIR /usr/src/deployer_test
CMD ["bash"]