Skip to content

Commit

Permalink
updated node in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Nov 28, 2023
1 parent 9aad15f commit df407dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Run the following commands from the root folder to build, run and kill the application
# >> docker build -f build/Dockerfile -t aam-digital .
# >> docker run -p=80:80 aam-digital
FROM node:16.14.2-alpine3.15 AS builder
FROM node:18.16.1-alpine3.18 AS builder
WORKDIR /app

COPY package*.json ./
RUN npm ci --no-progress

RUN $(npm bin)/ng version
RUN ng version

COPY . .

Expand Down

0 comments on commit df407dc

Please sign in to comment.