fix: FRO-28 Integrate Frontend Build as a seperate image (#3)

Reviewed-on: #3
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-07 21:48:00 +01:00
committed by Janis
parent 84c0668eae
commit ecc78ab1b3
2 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
EXPOSE 80
ENTRYPOINT ["/docker-entrypoint.sh"]
ENTRYPOINT ["/docker-entrypoint.sh"]

View File

@@ -1,3 +1,3 @@
MAJOR=0%
MINOR=1%
MAJOR=0
MINOR=1
PATCH=0