From ed77afcdd67966364ea029e44e6d94579bf2ea04 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Fri, 12 Jul 2019 19:20:37 +0800 Subject: [PATCH] yarn now do not need --pure-lockfile --- docker/Production/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Production/Dockerfile b/docker/Production/Dockerfile index 79ed6ae..cc4a403 100644 --- a/docker/Production/Dockerfile +++ b/docker/Production/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /opt/powerdns-admin COPY . . RUN pip3 install -r requirements.txt \ && pip3 install psycopg2-binary \ - && yarn install --pure-lockfile \ + && yarn install \ && flask assets build COPY ./docker/Production/entrypoint.sh /usr/local/bin/