Commit Graph

10 Commits

Author SHA1 Message Date
Marek Lesko
ca6c565b2b Update .gitlab-ci.yml file 2025-09-05 12:19:16 +00:00
Marek Lesko
4ac1f94249 Update Dockerfile for multi-stage .NET build process
Implemented a multi-stage build in the Dockerfile, adding a build stage with the .NET SDK for restoring and publishing the application. Introduced a runtime stage using the ASP.NET image, created a non-root user for enhanced security, and set necessary environment variables. The published output is now copied from the build stage, and the entry point is configured to launch the application.
2025-09-04 14:09:52 +02:00
Marek Lesko
8cc3f8e308 FIXED ApiResource 2025-09-03 15:26:54 +00:00
Marek Lesko
1250160b91 FIXED devcontainer 2025-09-03 15:26:40 +00:00
Marek Lesko
b6c52c502d ADDED devcontainer 2025-09-03 14:59:27 +00:00
Marek Lesko
a3eaf0f5b7 WIP 2025-09-02 17:43:26 +02:00
Marek Lesko
b18a89b087 UPDATED gitignore 2025-08-19 17:01:14 +02:00
Marek Lesko
49288ce381 REMOVED unnecessary files 2025-08-19 17:00:32 +02:00
Marek Lesko
72445f8922 Initial cleanup 2025-08-19 16:59:14 +02:00
Marek Lesko
a2f7e2285a Initial commit 2025-08-19 16:58:51 +02:00