Angular CLI V.18
128
FROM node:18
WORKDIR /app
COPY package*.json ./
RUN ls -la /app
RUN npm install -g @angular/cli@18
RUN npm install -g [email protected]
RUN npm install --legacy-peer-deps
COPY . .
EXPOSE 4200
CMD ["ng", "serve", "--host", "0.0.0.0"]
Content type
Image
Digest
sha256:0f0622471…
Size
581.1 MB
Last updated
about 2 years ago
docker pull alexisacosta/angular18:v1.0