Skip to content
Snippets Groups Projects
Commit f60cd999 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

no supervisord no more

parent 65937a2e
No related branches found
No related tags found
1 merge request!7updating golang vers
Pipeline #22275 passed
...@@ -2,11 +2,7 @@ FROM golang:1.10.3 ...@@ -2,11 +2,7 @@ FROM golang:1.10.3
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN go get -u github.com/golang/dep/cmd/dep \ RUN go get -u github.com/golang/dep/cmd/dep
&& echo deb http://deb.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends supervisor crudini \
&& crudini --set /etc/supervisor/supervisord.conf supervisord nodaemon true
ENTRYPOINT exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf ENTRYPOINT exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment