add README.md for some configuration and building the app

This commit is contained in:
atseirjo
2025-10-07 13:32:24 +02:00
parent fd00141fba
commit aeb77ed1cd
39 changed files with 11742 additions and 7 deletions

View File

@@ -12,4 +12,4 @@ COPY . .
RUN ng build --configuration=production
CMD [ "ng", "serve","--port", "4240", "--host", "0.0.0.0" ]
CMD [ "ng", "serve","--port", "4260", "--host", "0.0.0.0" ]