Skip to content

Commit

Permalink
fix(18): correctly trigger
Browse files Browse the repository at this point in the history
This reverts commit 1e97533.
  • Loading branch information
Hazmi35 committed Oct 31, 2024
1 parent 1e97533 commit 3851acd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 89 deletions.
1 change: 0 additions & 1 deletion 18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ RUN apk add --no-cache \
tzdata

ENTRYPOINT [ "tini", "--", "docker-entrypoint.sh" ]

1 change: 0 additions & 1 deletion 18/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT [ "tini", "--", "docker-entrypoint.sh" ]

1 change: 0 additions & 1 deletion 18/dev/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ RUN mkdir -p /usr/local/etc \
&& echo "jobs=max" >> /usr/local/etc/npmrc

ENTRYPOINT [ "tini", "--", "docker-entrypoint.sh" ]

1 change: 0 additions & 1 deletion 18/dev/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ RUN mkdir -p /usr/local/etc \
&& echo "jobs=max" >> /usr/local/etc/npmrc

ENTRYPOINT [ "tini", "--", "docker-entrypoint.sh" ]

14 changes: 0 additions & 14 deletions 23/alpine/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions 23/debian/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions 23/dev/alpine/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions 23/dev/debian/Dockerfile

This file was deleted.

0 comments on commit 3851acd

Please sign in to comment.