The API Gateway
cd gateway-service
mvn clean spring-boot:run
cd gateway-service
mvn clean package
docker build -t e-procure/gateway-service .
docker run -d -p 8081:8081 -e "SPRING_PROFILES_ACTIVE=prod" e-procure/gateway-service:latest
The API Gateway
cd gateway-service
mvn clean spring-boot:run
cd gateway-service
mvn clean package
docker build -t e-procure/gateway-service .
docker run -d -p 8081:8081 -e "SPRING_PROFILES_ACTIVE=prod" e-procure/gateway-service:latest