github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
119 stars 12 forks source link

chore: local dev fixes #173

Closed jmeridth closed 2 months ago

jmeridth commented 2 months ago

Pull Request

Proposed Changes

Test Dockefile still works locally

docker build -t icf
docker run --it --rm --env_file .env -p 3000:3000 --name icf icf:latest
# go to http://localhost:3000

Test with docker-compose locally

docker-compose up -d
# go to http://localhost:3000

Readiness Checklist

Author/Contributor

Reviewer