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 0eeb042 commit b40affcCopy full SHA for b40affc
Makefile
@@ -61,9 +61,7 @@ status:
61
docker-images:
62
# Add --no-cache flag to rebuild from scratch
63
docker build -t cesium/web . && docker push cesium/web
64
- cd docker/postgres && docker build -t cesium/postgres . && docker push cesium/postgres
65
66
# Call this target to see which Javascript dependencies are not up to date
67
check-js-updates:
68
./tools/check_js_updates.sh
69
-
0 commit comments