mirror of
https://github.com/cupcakearmy/morphus.git
synced 2025-09-05 15:50:39 +00:00
stuff
This commit is contained in:
@@ -3,6 +3,8 @@ FROM node:16-alpine as base
|
||||
|
||||
WORKDIR /app
|
||||
RUN npm -g i pnpm@7
|
||||
# Needed for node-gyp
|
||||
RUN apk add --no-cache python3
|
||||
|
||||
# BUILDER
|
||||
FROM base as builder
|
||||
|
Reference in New Issue
Block a user