modify Dockerfile

This commit is contained in:
Suchin Sapphasitthatha 2024-12-18 16:05:55 +00:00
parent a4cf7e029b
commit f331c74a5c

View file

@ -1,7 +1,7 @@
# docker buildx build --platform=linux/amd64 -f docker/Dockerfile . -t hrms-git.chin.in.th/bma-hrms/hrms-admin: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