0x41head / PERN-Graph-AOI-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PERN-Graph-AOI-App

Docker command to build the image

docker-compose up --build -d

Docker will host the React Frontend on http://localhost:3000/

In case the frontend loads and shows an error, stop and delete the docker and then restart.

docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)    
docker-compose up --build -d

About


Languages

Language:JavaScript 72.5%Language:HTML 15.7%Language:CSS 7.1%Language:Dockerfile 4.7%