Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Issue 45 dockerize react UI #58

Open Wolfinbarger opened 3 months ago

Wolfinbarger commented 3 months ago

Created dockerfile for frontend and compose file in root directory. One issue is that if URL contains localhost there is a chance it will not pull data until the localhost is replaced with the IP instead. Will fix this after migration to fastAPI, if it persists there.

To run simply be in the root directory in terminal, ensure the compose file is there, and enter 'docker compose up' to exit run 'docker compose down'.