We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe762b commit 84f5fd6Copy full SHA for 84f5fd6
1 file changed
08-running-containers/docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
dockerfile: ../../06-building-container-images/client-react/Dockerfile.3
7
init: true
8
volumes:
9
- - ${PWD}/client-react/vite.config.js:/usr/src/app/vite.config.js
+ - ./client-react/vite.config.js:/usr/src/app/vite.config.js
10
networks:
11
- frontend
12
ports:
0 commit comments