Skip to content

Commit 67467c7

Browse files
Fix typo
1 parent 47f6d50 commit 67467c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/postgres/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RESET := $(shell tput -Txterm sgr0)
1414
all: build pull run up stop down psql help
1515

1616
build: ## build postgres image
17-
docker build -f Dockerfile.postgress -t some-postgres:latest .
17+
docker build -f Dockerfile.postgres -t some-postgres:latest .
1818

1919
build-py: ## build python image
2020
docker build -f Dockerfile -t some-python:latest .

0 commit comments

Comments
 (0)