Skip to content

Commit

Permalink
WebUI: Add a new docker compose for ease of setup
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv <dhruvgera61@gmail.com>
  • Loading branch information
Dhruvgera committed Apr 11, 2024
1 parent 3f10559 commit a35d76d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose-build.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a35d76d

Please sign in to comment.