Compare commits

..

2 Commits

Author SHA1 Message Date
Zachary Guénot 60d0c01212 Fix chmod
Build and Push Docker Image / build-and-push (push) Failing after 5m5s
2025-06-09 19:10:35 +02:00
Zachary Guénot 5e7c1842a4 Fix path + ffmpeg
Build and Push Docker Image / build-and-push (push) Failing after 5m40s
2025-06-09 16:55:41 +02:00
44 changed files with 2 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: build/node.dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
Executable → Regular
View File
+1 -2
View File
@@ -5,14 +5,13 @@ ENV NODE_ENV=production
WORKDIR /app WORKDIR /app
RUN apk add --no-cache python3 make g++ RUN apk add --no-cache ffmpeg python3 make g++
# Copy package files and install only production dependencies # Copy package files and install only production dependencies
COPY package.json package-lock.json* . COPY package.json package-lock.json* .
RUN npm ci --only=production --ignore-scripts && \ RUN npm ci --only=production --ignore-scripts && \
npm install bufferutil zlib-sync npm install bufferutil zlib-sync
# Copy the builded files and the charts # Copy the builded files and the charts
COPY ./dist/* . COPY ./dist/* .
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
View File
Executable → Regular
View File
View File
Executable → Regular
View File
View File
Executable → Regular
View File
Executable → Regular
View File
View File
View File
Executable → Regular
View File
View File
Executable → Regular
View File
View File
View File
Executable → Regular
View File
Executable → Regular
View File
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File