1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 13:39:35 +02:00

update Dockerfile

This commit is contained in:
fdarveau 2024-09-26 13:36:49 -04:00
parent 1349186714
commit 5f7d50f492

View file

@ -1,6 +1,6 @@
FROM node:16-alpine3.11 as builder FROM node:22-alpine as builder
RUN apk --no-cache --virtual build-dependencies add python python3 make g++ RUN apk --no-cache --virtual build-dependencies add python3 make g++
# Get package.json and install modules # Get package.json and install modules
COPY package*.json /tmp/package.json COPY package*.json /tmp/package.json