Skip to content

Commit

Permalink
Details.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 18, 2024
1 parent c8b15fb commit 6423f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ RUN chmod +x /script.sh && \
WORKDIR /workspace

ENTRYPOINT ["/bin/sh", "-c"]
CMD ["sh"]

SHELL ["/bin/bash", "-c"]
CMD ["bash"]

RUN date > /DOCKER.BUILD
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ docker: ## build image locally
docker build --no-cache -t $(IMAGE) .

explore: ## look around
docker run -it --entrypoint /bin/bash $(IMAGE)
docker run -it $(IMAGE)

0 comments on commit 6423f7a

Please sign in to comment.