dsfai2020 / Task-and-Nutrition-Manager

An agile planning application that tracks tasks, ideas and nutrition goals. This app is designed to assist with everyday productivity, progress tracking and fitness.
1 stars 0 forks source link

Linux docker test needed #25

Closed dsfai2020 closed 1 year ago

dsfai2020 commented 1 year ago

Docker image needs to be pushed from windows to GitHub Must install docker Must successfully build from the docker file Must run on Linux The daemon must be activated as well Must pass test from laptop

dsfai2020 commented 1 year ago

Linux docker is installed awaiting push from windows (branch: develop) so that I can pull changes into the Linux version.

dsfai2020 commented 1 year ago

Successfully configured docker on Linux. Followed by rocker compose up to build from the docker file I pulled from here.

docker compose up

At first it threw a page error on Firefox. I then remembered that my setup was specifically for port 8000 so I went into the container settings on dockers GUI and changed it from 5000 to 8000. After that the page loaded and ran the react page.