We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f6d50 commit 67467c7Copy full SHA for 67467c7
sql/postgres/Makefile
@@ -14,7 +14,7 @@ RESET := $(shell tput -Txterm sgr0)
14
all: build pull run up stop down psql help
15
16
build: ## build postgres image
17
- docker build -f Dockerfile.postgress -t some-postgres:latest .
+ docker build -f Dockerfile.postgres -t some-postgres:latest .
18
19
build-py: ## build python image
20
docker build -f Dockerfile -t some-python:latest .
0 commit comments