แก้ไฟล์ build image

This commit is contained in:
Kittapath 2023-10-20 14:24:24 +07:00
parent 66e0b544e0
commit cb292f969b
3 changed files with 3065 additions and 12 deletions

View file

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