Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 433 Bytes

Docker

Frontend

Build Docker container

docker build -t rhdemo/2022-game-app -f Dockerfile.frontend .
docker run -it --rm -p 80:80 rhdemo/2022-game-app

Run Docker container

docker run -it --rm -p 80:80 rhdemo/2022-game-app

You can access the app at http://localhost

You can access the demo at http://localhost/demo.html

Environment Variables

BACKEND_ENDPOINT=ws://0.0.0.0/graphql