We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3793f2 commit be71925Copy full SHA for be71925
Dockerfile
@@ -74,3 +74,11 @@ RUN echo "#log: ${project}: Building sources" \
74
&& find build/stage/ -type f \
75
&& sync
76
77
+WORKDIR /usr/local/${project}/${project}
78
+RUN echo "#log: ${project}: Installing sources" \
79
+ && set -x \
80
+ && install -d /usr/local/src/${project}/deploy/ \
81
+ && install *.tgz /usr/local/src/${project}/deploy/ \
82
+ && cp -rfva ./build/stage/ /usr/local/src/${project}/deploy/ \
83
+ && find /usr/local/src/${project}/deploy/ -type f \
84
+ && sync
0 commit comments