Skip to content

Commit 05509fc

Browse files
committed
DO NOT MERGE: Trigger build by touching Dockerfile
1 parent e858f6b commit 05509fc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

12/alpine3.10/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
9393
ENTRYPOINT ["docker-entrypoint.sh"]
9494

9595
CMD [ "node" ]
96+
97+
# test build

13/stretch/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
6565
ENTRYPOINT ["docker-entrypoint.sh"]
6666

6767
CMD [ "node" ]
68+
69+
# test build

chakracore/10/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ RUN set -ex \
3737
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz
3838

3939
CMD [ "node" ]
40+
41+
# test build

0 commit comments

Comments
 (0)