Skip to content
Snippets Groups Projects
Commit 1d7ffb58 authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

test: nodejs version specify on nginx1

parent 8fb72019
No related branches found
No related tags found
1 merge request!76feat: docker images slim
Pipeline #70595 passed with stage
in 2 minutes and 22 seconds
FROM nginx:1-alpine
RUN apk add nodejs npm python3 git make alpine-sdk wget unzip
RUN apk add nodejs=18.19.1 npm python3 git make alpine-sdk wget unzip
RUN npm i -g yarn
......
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