1
0
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:
Costa Huang
2018-12-06 11:13:28 -05:00
parent 17ce832f99
commit e7a8c23fcb

View File

@@ -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