Merge branch 'main' into develop

* main:
  fix dockerfile
This commit is contained in:
Warunee Tamkoo 2025-01-20 16:15:40 +07:00
commit 1d8aa6ef04

View file

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