We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7160b99 commit 7e75958Copy full SHA for 7e75958
1 file changed
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
build:
4
context: .
5
dockerfile: Dockerfile
6
- container_name: my-react-app
+ container_name: my-app
7
ports:
8
- "5173:5173"
9
volumes:
@@ -12,4 +12,4 @@ services:
12
- NODE_ENV=development # set environment variable to development
13
command: npm run dev
14
stdin_open: true # interactive sessions
15
- tty: true # keep the container running interactively
+ tty: true # keep the container running interactively
0 commit comments