Skip to content

Commit

Permalink
feat(containers): change default run command to zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Apr 5, 2024
1 parent bd9e437 commit 8de4292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-docker-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker_image_version_variable_name: IMAGE_VERSION
docker_name_prefix: DEVCON
docker_project_name: devcon
docker_registry: ghcr.io
docker_run_command: bash
docker_run_command: zsh
docker_service_name: workspace
docker_timezone: Asia/Seoul
docker_username: entelecheia
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker.common.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ CONTAINER_PROJECT_NAME="${DOCKER_PROJECT_NAME}-${DOCKER_PROJECT_ID}" # The hostn
CONTAINER_HOSTNAME="${DOCKER_PROJECT_NAME}-${DOCKER_PROJECT_ID}" # The hostname of the Docker container
CONTAINER_NETWORK_NAME="${DOCKER_PROJECT_NAME}-network" # The name of the Docker network
CONTAINER_IPC=${CONTAINER_IPC:-"host"} # The IPC mode for the Docker container
CONTAINER_RUN_COMMAND="bash" # The command to run in the Docker container
CONTAINER_RUN_COMMAND="zsh" # The command to run in the Docker container

0 comments on commit 8de4292

Please sign in to comment.