Skip to content

Commit

Permalink
Fix issue a shell being closed if relaoding $SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
zuka-e committed Dec 6, 2023
1 parent d4e9e5c commit 618768d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
WORKDIR: '${DOCKER_WORKDIR}'
USER: '${WEB_USER}'
image: '${USER}/${COMPOSE_PROJECT_NAME}:${APP_ENV}'
environment:
SHELL: /usr/bin/bash
volumes:
- type: bind
source: '.'
Expand Down

0 comments on commit 618768d

Please sign in to comment.