แก้ไฟล์ build image

This commit is contained in:
Kittapath 2023-10-20 14:23:54 +07:00
parent 9e3fb8bff7
commit c60be745ab
3 changed files with 3035 additions and 51 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