fix Dockerfile

This commit is contained in:
Suchin Sapphasitthatha 2024-12-21 07:07:43 +00:00
parent b620dd055e
commit 7267cc1f44

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:20-alpine as build-stage
FROM node:20-alpine AS build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install