fix: install python and build-base for sqlite
Build and Push Docker Images / build (nextgen) (push) Failing after 4m59s
Details
Build and Push Docker Images / build (api) (push) Failing after 10m5s
Details
Build and Push Docker Images / build (web) (push) Successful in 6m26s
Details
Build and Push Docker Images / build (worker) (push) Failing after 11m5s
Details
Build and Push Docker Images / deploy (push) Has been cancelled
Details
Build and Push Docker Images / build (nextgen) (push) Failing after 4m59s
Details
Build and Push Docker Images / build (api) (push) Failing after 10m5s
Details
Build and Push Docker Images / build (web) (push) Successful in 6m26s
Details
Build and Push Docker Images / build (worker) (push) Failing after 11m5s
Details
Build and Push Docker Images / deploy (push) Has been cancelled
Details
This commit is contained in:
parent
bddee70cee
commit
1865ae7493
|
|
@ -10,6 +10,8 @@ RUN npm run build
|
|||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
||||
# Copy server code
|
||||
COPY server/package*.json ./server/
|
||||
WORKDIR /app/server
|
||||
|
|
|
|||
Loading…
Reference in New Issue