We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7294598 commit d562559Copy full SHA for d562559
docker-environment/Dockerfile.ubuntu
@@ -16,4 +16,4 @@ RUN usermod -aG sudo git-user
16
RUN echo "%sudo ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
17
USER git-user
18
WORKDIR /home/git-user
19
-ENTRYPOINT [ "/usr/bin/bash", "-c" ]
+ENTRYPOINT [ "/bin/bash", "-c" ]
0 commit comments