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

Merged
Janis merged 2 commits from chore/FRO-28 into main 2025-12-07 21:48:01 +01:00
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