attempt to fix node-gyp error

This commit is contained in:
Andrei Canta 2023-03-21 21:11:05 +02:00
parent 9612509027
commit 2d7bdbc81e
2 changed files with 2 additions and 4 deletions

View file

@ -13,10 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx

View file

@ -1,5 +1,7 @@
# Build the react project
FROM node:18-alpine as builder
RUN apk --no-cache add python3
WORKDIR /app
# Install the node_modules first