Add instructions for running the app without docker

This commit is contained in:
sid palas
2023-02-12 15:34:02 -05:00
parent a7cc85c1cb
commit 0aa386b490
6 changed files with 37 additions and 25 deletions

View File

@ -1,13 +0,0 @@
DATABASE_URL=postgres://postgres:foobarbaz@localhost:5432/postgres
.PHONY: run-local
run-local:
DATABASE_URL=${DATABASE_URL} npm run dev
.PHONY: run-local-debug
run-local-debug:
DATABASE_URL=${DATABASE_URL} npm run debug
.PHONY: build-naive
build-naive:
docker build --file ./Dockerfile.naive .