Skip to content

Commit

Permalink
build: Install files to be deployed (#1352)
Browse files Browse the repository at this point in the history
Change-Id: I79000463955d16eec8809c870f7d02c60da53432
Bug: #418
Relate-to: #1028
Origin: https://github.com/tizenteam/node-sqlite3
Signed-off-by: Philippe Coval <rzr@users.sf.net>
  • Loading branch information
rzr committed Jul 2, 2020
1 parent b3793f2 commit be71925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Expand Up @@ -74,3 +74,11 @@ RUN echo "#log: ${project}: Building sources" \
&& find build/stage/ -type f \
&& sync

WORKDIR /usr/local/${project}/${project}
RUN echo "#log: ${project}: Installing sources" \
&& set -x \
&& install -d /usr/local/src/${project}/deploy/ \
&& install *.tgz /usr/local/src/${project}/deploy/ \
&& cp -rfva ./build/stage/ /usr/local/src/${project}/deploy/ \
&& find /usr/local/src/${project}/deploy/ -type f \
&& sync

0 comments on commit be71925

Please sign in to comment.