Skip to content

Commit 47c3d5a

Browse files
Update Dockerfile
1 parent 410640c commit 47c3d5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@ ENV BRANCH=$BRANCH
1313

1414
# copy .git for version
1515
COPY .git /.git
16+
1617
# copy data files
1718
# COPY var/webModules /var/webModules
19+
RUN echo clone branch ${BRANCH}
1820
RUN cd /var && git clone -b $BRANCH https://github.com/abcdesktopio/webModules.git
21+
22+
#
23+
# run makefile step by step
24+
# to get troubleshooting data
1925
#
20-
# run makefile
2126
RUN cd /var/webModules && make install
2227
RUN cd /var/webModules && make updatejs
2328
RUN cd /var/webModules && make dev

0 commit comments

Comments
 (0)