Skip to content
Snippets Groups Projects
Commit 1463ead0 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

dockerfiile

parent 13981397
No related branches found
No related tags found
No related merge requests found
Pipeline #35122 passed
# --------------> The build image
FROM node:18.12.1 AS builder
FROM node:20.10.0 AS builder
ARG NPM_TOKEN
WORKDIR /app
COPY package*.json ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment