fixing build node version

This commit is contained in:
Warunee Tamkoo 2024-12-06 11:17:19 +07:00
parent 65cd44aa76
commit 0679ceb9bf
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# docker build . -t docker.frappet.com/demo/fe:latest
FROM node:lts as build-stage
FROM node:20-alpine as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install