diff --git a/api/Dockerfile b/api/Dockerfile index 51811d3..a26fe28 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # Creating multi-stage build for production -FROM node:20-alpine as build +FROM node:20-alpine AS build RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev vips-dev git > /dev/null 2>&1 ARG NODE_ENV=production ENV NODE_ENV=${NODE_ENV}