mirror of
https://github.com/vwxyzjn/portwarden
synced 2025-12-06 01:33:18 +00:00
10 lines
270 B
Bash
10 lines
270 B
Bash
## The folloiwng commands should be executed separately.
|
|
|
|
# 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
|