diff --git a/devspaces/Containerfile b/devspaces/Containerfile index 2683f60..8cfb7ff 100644 --- a/devspaces/Containerfile +++ b/devspaces/Containerfile @@ -10,7 +10,7 @@ WORKDIR /tmp COPY shells /etc/shells COPY .bashrc /home/runner/.bashrc -RUN printf "export CONTAINER_NAME=$ansibleee\n" >> /home/runner/.bashrc +RUN printf "export CONTAINER_NAME=ansibleee\n" >> /home/runner/.bashrc RUN for dir in \ /home/runner \