Skip to content
Snippets Groups Projects
Commit 345cf031 authored by Jay's avatar Jay
Browse files

com

parent 1c4c36cc
No related branches found
No related tags found
No related merge requests found
FROM node:18-alpine
FROM --platform=$BUILDPLATFORM node:18-alpine AS build
ARG TARGETPLATFORM
ARG BUILDPLATFORM
WORKDIR /app
COPY package.json package-lock.json ./
COPY package*.json ./
RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment