Skip to content

Commit b40affc

Browse files
hatsybnaul
authored andcommitted
Removed obsolete postgresql docker image creation in Makefile
1 parent 0eeb042 commit b40affc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ status:
6161
docker-images:
6262
# Add --no-cache flag to rebuild from scratch
6363
docker build -t cesium/web . && docker push cesium/web
64-
cd docker/postgres && docker build -t cesium/postgres . && docker push cesium/postgres
6564

6665
# Call this target to see which Javascript dependencies are not up to date
6766
check-js-updates:
6867
./tools/check_js_updates.sh
69-

0 commit comments

Comments
 (0)