fixing build

This commit is contained in:
Warunee Tamkoo 2024-12-03 17:28:46 +07:00
parent f74421c480
commit ee0a41a5cb

View file

@ -1,7 +1,7 @@
# docker buildx build --platform=linux/amd64 -f docker/Dockerfile . -t hrms-git.chin.in.th/bma-hrms/hrms-mgt:0.1
# Build Stage
FROM node:lts-alpine AS build-stage
FROM node:latest as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install