We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d510fc7 commit ec09b73Copy full SHA for ec09b73
1 file changed
mpcontribs-portal/Dockerfile
@@ -6,9 +6,7 @@ FROM node AS webpack-deps
6
RUN apt-get update && apt-get install -y --no-install-recommends \
7
git curl gnupg ca-certificates apt-transport-https \
8
&& apt-get clean
9
-RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
10
-RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
11
-RUN apt-get update && apt-get install -y --no-install-recommends yarn
+RUN npm install -g yarn
12
ENV NODE_ENV production
13
WORKDIR /app
14
COPY package.json .
0 commit comments