Add incremental dockerfiles
This commit is contained in:
@ -5,4 +5,8 @@ run-local:
|
||||
PGPASSWORD=foobarbaz \
|
||||
PGDATABASE=postgres \
|
||||
PGPORT=5432 \
|
||||
node ./src/index.js
|
||||
node ./src/index.js
|
||||
|
||||
.PHONY: build-naive
|
||||
build-naive:
|
||||
docker build --file ./Dockerfile.naive .
|
||||
|
||||
Reference in New Issue
Block a user