Skip to content

Commit

Permalink
Merge pull request #5742 from mertssmnoglu/fix-dockerfile-exec-form
Browse files Browse the repository at this point in the history
fix/dockerfiles: Update CMD instruction in 'Dockerfile.dev' to use exec form
  • Loading branch information
thaJeztah authored Feb 25, 2025
2 parents 6bd9908 + 48dbdc6 commit ffdfc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apk add --no-cache \
RUN echo -e "\nYou are now in a development container. Run '\e\033[1mmake help\e\033[0m' to learn about\navailable make targets.\n" > /etc/motd \
&& echo -e "cat /etc/motd\nPS1=\"\e[0;32m\u@docker-cli-dev\\$ \e[0m\"" >> /root/.bashrc \
&& echo -e "source /etc/bash/bash_completion.sh" >> /root/.bashrc
CMD bash
CMD ["/bin/bash"]
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
ENV PATH=$PATH:/go/src/github.com/docker/cli/build

Expand Down

0 comments on commit ffdfc5f

Please sign in to comment.