fix dockerfile

This commit is contained in:
Suchin Sapphasitthatha 2024-12-16 19:37:32 +07:00
parent 877ee433e2
commit 0f9c4aca8b

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