Include batch files for building Docker images.

This commit is contained in:
2023-01-23 11:17:40 +01:00
parent 8851fa938c
commit 89f6c5864e
2 changed files with 27 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
docker build --no-cache -t rsdo-concordancer-api -f src/apps/Rsdo.Concordancer.Api/Dockerfile .
docker build --no-cache --build-arg WEBAPP_PUBLIC_URL=/korpus -t rsdo-concordancer-api-term-portal -f src/apps/Rsdo.Concordancer.Api/Dockerfile .
docker build --no-cache -t rsdo-concordancer-systemmanager -f src/apps/Rsdo.Concordancer.SystemManager/Dockerfile .