Open eilimrib opened 1 month ago
OK, the curl issue was just the random '\'. The issue with failing to start with docker-compose persists still.
Upon further inspection and running docker compose up
it throws an error saying 'dotenv' cannot be found. Somewhere along the Dockerfile it doesn't seem to be running the npm install
using the local packages for some reason.
docker-compose up -d --build
seemingly does not have app run on port 3001 despite it being set in .env and console stating it's running.I had to set node from node:latest to node:20-bookworm to avoid npm not being able to run.
Felt that, running the curl also has some errors, is the syntax wrong?