Skip to content
Snippets Groups Projects
Commit 57abf31b authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

fix: #be work around flaky npm mirror

parent 5798e8a4
No related branches found
No related tags found
No related merge requests found
Pipeline #24051 failed
......@@ -4,6 +4,11 @@ LABEL maintainer="Paolo Brasolin <paolo.brasolin@eurac.edu>"
WORKDIR /app
COPY package*.json ./
# FIXME: apparently today GH is congestioned and we need to use a chinese mirror.
RUN npm config set sharp_binary_host "https://npmmirror.com/mirrors/sharp"
RUN npm config set sharp_libvips_binary_host "https://npmmirror.com/mirrors/sharp-libvips"
RUN npm install
COPY . .
......
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