Add instructions for running the app without docker
This commit is contained in:
@ -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 .
|
||||
Reference in New Issue
Block a user