diff --git a/build.sh b/build.sh index b72bb80..2e80243 100644 --- a/build.sh +++ b/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 \ No newline at end of file