forked from prehistoric-systems/chatpad
fix Dockerfile
This commit is contained in:
parent
cbb6416830
commit
6d0a632df8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Build the react project
|
||||
FROM node:18-alpine as builder
|
||||
RUN apk add --no-cache python make g++
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue