mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
attempt to fix node-gyp error
This commit is contained in:
parent
9612509027
commit
2d7bdbc81e
2 changed files with 2 additions and 4 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue