- ลบช่องว่างโฟลเดอร์ docker

- แก้ไข Dockerfile
This commit is contained in:
Suchin Sapphasitthatha 2024-12-14 14:20:43 +07:00
parent a4e51051da
commit 0d57591c4d
3 changed files with 1 additions and 1 deletions

View file

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