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