From 5009ddd5d5a12589aaf2d4dddcf746e582edde89 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sat, 27 May 2023 18:19:48 +0100 Subject: [PATCH] [release] v0.5.12-unstable --- dockerfile | 1 + dockerfile.arm64 | 1 + 2 files changed, 2 insertions(+) diff --git a/dockerfile b/dockerfile index 958a69c..25e9f42 100644 --- a/dockerfile +++ b/dockerfile @@ -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 diff --git a/dockerfile.arm64 b/dockerfile.arm64 index 5a6e1a0..2dfd625 100644 --- a/dockerfile.arm64 +++ b/dockerfile.arm64 @@ -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