yarn now do not need --pure-lockfile

This commit is contained in:
James Swineson 2019-07-12 19:20:37 +08:00
parent b77be8d158
commit ed77afcdd6

View File

@ -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/