Skip to content

Commit dc52d66

Browse files
committed
feature: dockerfile for pgweb addded
1 parent 1bfb35b commit dc52d66

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ update-dockers: ## Update docker images
7777
@echo "🐳 Building nebula-database docker image. Do you want to continue (overrides existing image)? (y/n)"
7878
@read ans; if [ "$${ans:-N}" = y ]; then \
7979
docker build -t nebula-database -f nebula/database/Dockerfile .; \
80+
docker build -t nebula-pgweb -f nebula/database/pgweb/Dockerfile .; \
8081
else \
8182
echo "Skipping nebula-database docker build."; \
8283
fi

nebula/database/pgweb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM sosedoff/pgweb

0 commit comments

Comments
 (0)