Build base types

This commit is contained in:
nicwands
2026-05-27 14:44:08 -04:00
parent 35cf8eddbc
commit d8ab5deedb
10 changed files with 2023 additions and 259 deletions

View File

@@ -1,5 +1,5 @@
# Creating multi-stage build for production
FROM node:24-alpine as build
FROM node:24-alpine AS build
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev vips-dev > /dev/null 2>&1
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}