Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 545 Bytes

Dpd Form

How to run the application

  1. Please go into the package folder „dpd-user-manager/backend”
  2. Run build: gradle clean build -x test

docker build frontend

docker build -t dpd-frontend ./frontend --build-arg CICD_RUN_TAG=dpd1 --build-arg ENVIRONMENT=prod

docker run frontend

docker run -d -p 3000:80 --name dpd-frontend dpd-frontend

build backend with gradle on backend directory

gradle bootJar

docker compose backend

docker-compose -f ./backend/docker-compose.yml up -d