build image

This commit is contained in:
Dede Fuji Abdul
2024-01-16 12:44:49 +07:00
parent 1f4c01f1b7
commit 49eb4f392e
2 changed files with 2 additions and 3 deletions

View File

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