fixing build
This commit is contained in:
parent
f0618e2609
commit
69de30a7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
# docker buildx build --platform=linux/amd64 -f docker/Dockerfile . -t hrms-git.chin.in.th/bma-hrms/hrms-user:0.1
|
||||||
|
|
||||||
# Build Stage
|
# Build Stage
|
||||||
FROM node:lts-alpine AS build-stage
|
FROM node:latest as build-stage
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue