Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
60d0c01212
|
|||
|
5e7c1842a4
|
@@ -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 }}
|
||||||
|
|||||||
@@ -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
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user