elsa-core/scripts/docker/docker-run-all-in-one-web.ps1
Sipke Schoorstra 426b9bcde3 Move build and deployment scripts
This commit moves various build scripts, Docker-related files, Kubernetes deployment configurations, and migration scripts.
2024-08-14 21:42:46 +02:00

2 lines
178 B
PowerShell

docker build -t elsa-all-in-one-web:local -f ./src/apps/all-in-one-web/Dockerfile .
docker run -t -i -e ASPNETCORE_ENVIRONMENT='Development' -p 24000:80 elsa-all-in-one-web:local