Skip to content

Commit

Permalink
refactor(docker): change default run command to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 23, 2023
1 parent e416ee8 commit 5b60703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-docker-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker_container_uid: 9001
docker_container_username: app
docker_project_name: hyperfast-docker
docker_registry: ghcr.io
docker_run_command: /bin/zsh
docker_run_command: bash
docker_timezone: Asia/Seoul
docker_username: entelecheia
email: entelecheia@hotmail.com
Expand Down
4 changes: 2 additions & 2 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ install_pip_requirements:
help: "Do you want to install pip requirements? (add dependencies to requirements.txt under the scripts directory)"

docker_run_command:
default: /bin/zsh
default: bash
type: str
help: "What is your command to run when the docker image is run? (default: /bin/zsh)"
help: "What is your command to run when the docker image is run? (default: bash)"

clone_source_code:
default: true
Expand Down

0 comments on commit 5b60703

Please sign in to comment.