diff --git a/docker-compose-build.yaml b/docker-compose-build.yaml new file mode 100644 index 0000000..67837c8 --- /dev/null +++ b/docker-compose-build.yaml @@ -0,0 +1,12 @@ +version: '3.6' + +services: + + frontend: + build: + context: . + dockerfile: Dockerfile + environment: + - REACT_APP_API_HOST=http://192.168.1.69:8080 + ports: + - 3000:3000 \ No newline at end of file