Fixes Docker Build

This commit is contained in:
2024-08-29 03:27:51 -03:00
parent 944cb9329a
commit da80c2c6ef

View File

@@ -4,7 +4,8 @@ WORKDIR /app
COPY . .
RUN apk add gettext
RUN apk add --update gettext python3 py3-pip py3-setuptools make g++ && \
rm -rf /var/cache/apk/*
RUN npm install
RUN npm install -g @angular/cli@16