Skip to content

Commit 7e75958

Browse files
committed
Wrong app name
1 parent 7160b99 commit 7e75958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build:
44
context: .
55
dockerfile: Dockerfile
6-
container_name: my-react-app
6+
container_name: my-app
77
ports:
88
- "5173:5173"
99
volumes:
@@ -12,4 +12,4 @@ services:
1212
- NODE_ENV=development # set environment variable to development
1313
command: npm run dev
1414
stdin_open: true # interactive sessions
15-
tty: true # keep the container running interactively
15+
tty: true # keep the container running interactively

0 commit comments

Comments
 (0)