Skip to content
Snippets Groups Projects
Unverified Commit 9a816793 authored by Dmitriy Safronov's avatar Dmitriy Safronov Committed by GitHub
Browse files

fix: dockerfile envs (#89)

parent a322f939
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ARG NGINX_VERSION=1.26.0 ...@@ -4,7 +4,7 @@ ARG NGINX_VERSION=1.26.0
# --------------> The builder image # --------------> The builder image
FROM node:$NODE_VERSION AS builder FROM node:$NODE_VERSION AS builder
ENV NODE_ENV production ENV NODE_ENV=production
WORKDIR /app WORKDIR /app
# Install NPM with version # Install NPM with version
ARG NPM_VERSION=10.8.0 ARG NPM_VERSION=10.8.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment