mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-21 17:37:15 +00:00
Reduce build output for portal test
- Remove verbose flag from `tar`
This commit is contained in:
parent
4f1b257c9c
commit
4e21f2f13d
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user