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

Update Dockerfile

parent 4bd36235
No related branches found
No related tags found
No related merge requests found
Pipeline #39969 passed
# VERSIONS
ARG NODE_VERSION=20.11.1
ARG NGINX_VERSION=1.25.4
ARG NODE_VERSION=20.13.1
ARG NGINX_VERSION=1.26.0
# --------------> The builder image
FROM node:$NODE_VERSION AS builder
ENV NODE_ENV production
WORKDIR /app
# Install NPM with version
ARG NPM_VERSION=10.5.0
ARG NPM_VERSION=10.8.0
RUN npm install -g npm@$NPM_VERSION
# Install dependencies
COPY package*.json ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment