File tree Expand file tree Collapse file tree 8 files changed +1
-43
lines changed Expand file tree Collapse file tree 8 files changed +1
-43
lines changed Original file line number Diff line number Diff line change @@ -186,12 +186,6 @@ RUN mkdir -p /var/www/html && chown docker:docker /var/www/html
186
186
WORKDIR /var/www/html
187
187
188
188
189
- # Add Tini (to be able to stop the container with ctrl-c.
190
- # See: https://github.com/krallin/tini
191
- ENV TINI_VERSION v0.16.1
192
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
193
- RUN chmod +x /tini
194
-
195
189
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
196
190
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
197
191
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change @@ -116,12 +116,6 @@ RUN mkdir -p /usr/src/app && chown docker:docker /usr/src/app
116
116
WORKDIR /usr/src/app
117
117
118
118
119
- # Add Tini (to be able to stop the container with ctrl-c.
120
- # See: https://github.com/krallin/tini
121
- ENV TINI_VERSION v0.16.1
122
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
123
- RUN chmod +x /tini
124
-
125
119
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
126
120
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
127
121
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change @@ -186,12 +186,6 @@ RUN mkdir -p /var/www/html && chown docker:docker /var/www/html
186
186
WORKDIR /var/www/html
187
187
188
188
189
- # Add Tini (to be able to stop the container with ctrl-c.
190
- # See: https://github.com/krallin/tini
191
- ENV TINI_VERSION v0.16.1
192
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
193
- RUN chmod +x /tini
194
-
195
189
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
196
190
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
197
191
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change @@ -116,12 +116,6 @@ RUN mkdir -p /usr/src/app && chown docker:docker /usr/src/app
116
116
WORKDIR /usr/src/app
117
117
118
118
119
- # Add Tini (to be able to stop the container with ctrl-c.
120
- # See: https://github.com/krallin/tini
121
- ENV TINI_VERSION v0.16.1
122
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
123
- RUN chmod +x /tini
124
-
125
119
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
126
120
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
127
121
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change @@ -186,12 +186,6 @@ RUN mkdir -p /var/www/html && chown docker:docker /var/www/html
186
186
WORKDIR /var/www/html
187
187
188
188
189
- # Add Tini (to be able to stop the container with ctrl-c.
190
- # See: https://github.com/krallin/tini
191
- ENV TINI_VERSION v0.16.1
192
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
193
- RUN chmod +x /tini
194
-
195
189
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
196
190
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
197
191
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change @@ -116,12 +116,6 @@ RUN mkdir -p /usr/src/app && chown docker:docker /usr/src/app
116
116
WORKDIR /usr/src/app
117
117
118
118
119
- # Add Tini (to be able to stop the container with ctrl-c.
120
- # See: https://github.com/krallin/tini
121
- ENV TINI_VERSION v0.16.1
122
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
123
- RUN chmod +x /tini
124
-
125
119
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
126
120
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
127
121
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change @@ -193,12 +193,6 @@ RUN mkdir -p /var/www/html && chown docker:docker /var/www/html
193
193
WORKDIR /var/www/html
194
194
{{ end }}
195
195
196
- # Add Tini (to be able to stop the container with ctrl-c.
197
- # See: https://github.com/krallin/tini
198
- ENV TINI_VERSION v0.19.0
199
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-$( dpkg --print-architecture ) /tini
200
- RUN chmod +x /tini
201
-
202
196
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
203
197
COPY utils/docker-entrypoint-as-root.sh /usr/local/bin/docker-entrypoint-as-root.sh
204
198
COPY utils/startup_commands.js /usr/local/bin/startup_commands.js
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- exec " sudo" " -E" " /tini " " -g " " -s " " -- " " / usr/local/bin/docker-entrypoint-as-root.sh" " $@ " ;
5
+ exec " sudo" " -E" " /usr/local/bin/docker-entrypoint-as-root.sh" " $@ " ;
You can’t perform that action at this time.
0 commit comments