react-java-mysql: use create-react-app for frontend
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
@@ -22,11 +22,13 @@ services:
|
||||
networks:
|
||||
- spring-mysql
|
||||
frontend:
|
||||
build: frontend
|
||||
build:
|
||||
context: frontend
|
||||
target: development
|
||||
ports:
|
||||
- 9000:9000
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./frontend:/project
|
||||
- ./frontend/src:/code/src
|
||||
- /project/node_modules
|
||||
networks:
|
||||
- react-spring
|
||||
@@ -39,4 +41,4 @@ secrets:
|
||||
file: db/password.txt
|
||||
networks:
|
||||
react-spring: {}
|
||||
spring-mysql: {}
|
||||
spring-mysql: {}
|
||||
|
||||
Reference in New Issue
Block a user