some fixes & improvements

This commit is contained in:
2025-09-28 22:09:17 +03:00
parent 402e71cb60
commit 5266bf2dd8
7 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM gradle:8.14.3-jdk21 AS builder
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle wasmJsBrowserDistribution --no-daemon
RUN gradle composeCompatibilityBrowserDistribution --no-daemon
FROM nginx:alpine
COPY --from=builder /home/gradle/src/composeApp/build/dist/wasmJs/productionExecutable/ /usr/share/nginx/html