This commit is contained in:
@@ -17,6 +17,11 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Set up docker
|
name: Set up docker
|
||||||
run: 'curl -fsSL https://get.docker.com | sh'
|
run: 'curl -fsSL https://get.docker.com | sh'
|
||||||
|
-
|
||||||
|
name: Set up python
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install python3
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ RUN apk add --no-cache libc6-compat
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install dependencies based on the preferred package manager
|
# Install dependencies based on the preferred package manager
|
||||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci --force
|
RUN npm ci --force
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user