mirror of
https://github.com/vwxyzjn/portwarden
synced 2025-12-06 01:33:18 +00:00
Master # Update build script
This commit is contained in:
8
build.sh
8
build.sh
@@ -1,7 +1,9 @@
|
||||
## The folloiwng commands should be executed separately.
|
||||
|
||||
docker build -t vwxyzjn/portwarden-scheduler:0.0.1 .
|
||||
# Build the production image
|
||||
docker build -t vwxyzjn/portwarden-server-prod:1.7.0 -f Dockerfile.Build .
|
||||
|
||||
# Build the development image
|
||||
docker build -t vwxyzjn/portwarden-server-dev:1.7.0 .
|
||||
|
||||
# minikube docker-env
|
||||
|
||||
docker-compose up
|
||||
Reference in New Issue
Block a user