Docker test: copy clixon.png for http-data test

This commit is contained in:
Olof hagsand 2022-05-05 18:22:34 +02:00
parent 7452813da7
commit 82a0670031
4 changed files with 4 additions and 4 deletions

View file

@ -96,6 +96,7 @@ WORKDIR /clixon/clixon/test
RUN install -d /clixon/build/bin/test
RUN install *.sh /clixon/build/bin/test
RUN install *.exp /clixon/build/bin/test
RUN install clixon.png /clixon/build/bin/test
# Copy startscript
WORKDIR /clixon