Files
devops-directive-docker-course/04-building-container-images/sample-app/api-node/Makefile
2023-01-23 15:06:40 -05:00

8 lines
163 B
Makefile

.PHONY: run-local
run-local:
PGUSER=postgres \
PGHOST=localhost \
PGPASSWORD=foobarbaz \
PGDATABASE=postgres \
PGPORT=5432 \
node ./src/index.js