fix Dockerfile

This commit is contained in:
Andrei Canta 2023-03-21 21:28:37 +02:00
parent cbb6416830
commit 6d0a632df8

View file

@ -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