fixing build node version

This commit is contained in:
Warunee Tamkoo 2024-12-06 11:20:42 +07:00
parent c6f63e61fc
commit 5255423665

View file

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