build image

This commit is contained in:
Dede Fuji Abdul
2024-01-16 12:31:31 +07:00
parent c2a338e426
commit 6ec92d8311
3 changed files with 18 additions and 4 deletions

View File

@ -1,4 +1,5 @@
FROM node:lts-alpine as build-stage
ARG VERSION=0.0.1
WORKDIR /app
COPY package*.json ./
RUN npm install