Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 776 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 776 Bytes

cde-mapper

Codefresh develop status

development

to run the application:

npm run dev

open the url http://localhost:5173/

docker

build

docker build . -t cde-mapper:latest

run

docker run --name cde-mapper -e TZ=UTC -p 8000:80 cde-mapper

docker-compose

run

docker-compose up --build

stop:

docker-compose down

open the url http://localhost:8000/