2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

Reduce build output for portal test

- Remove verbose flag from `tar`
This commit is contained in:
Emerle, Ryan 2021-12-14 15:48:11 -05:00
parent 4f1b257c9c
commit 4e21f2f13d
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE

View File

@ -7,7 +7,7 @@ COPY modules/portal /functional_test
COPY $DOCKERFILE_PATH/run.sh /functional_test
RUN cp /build/node_modules.tar.xz /functional_test && \
cd /functional_test && \
tar Jxvf node_modules.tar.xz && \
tar Jxf node_modules.tar.xz && \
rm -rf node_modules.tar.xz
ENTRYPOINT ["./run.sh"]