[release] v0.5.12-unstable

This commit is contained in:
Yann Stepienik
2023-05-27 18:19:48 +01:00
parent 2a6c091ff0
commit 5009ddd5d5
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ RUN npm install
COPY . .
RUN ls
RUN npm run client-build
RUN chmod +x build.sh
RUN ./build.sh
WORKDIR /app/build

View File

@@ -31,6 +31,7 @@ RUN npm install
COPY . .
RUN ls
RUN npm run client-build
RUN chmod +x build.sh
RUN ./build.sh
WORKDIR /app/build