File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,15 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
7171 mkdir /etc/service/countly-ingestor && \
7272 mkdir /etc/service/countly-aggregator && \
7373 mkdir /etc/service/countly-dashboard && \
74+ mkdir /etc/service/countly-jobserver && \
7475 echo "" >> /etc/nginx/nginx.conf && \
7576 echo "daemon off;" >> /etc/nginx/nginx.conf && \
7677 cp ./bin/commands/docker/nginx.sh /etc/service/nginx/run && \
7778 cp ./bin/commands/docker/countly-api.sh /etc/service/countly-api/run && \
7879 cp ./bin/commands/docker/countly-ingestor.sh /etc/service/countly-ingestor/run && \
7980 cp ./bin/commands/docker/countly-aggregator.sh /etc/service/countly-aggregator/run && \
8081 cp ./bin/commands/docker/countly-dashboard.sh /etc/service/countly-dashboard/run && \
82+ cp ./bin/commands/docker/countly-jobserver.sh /etc/service/countly-jobserver/run && \
8183 chown -R countly:countly /opt/countly && \
8284 # cleanup
8385 npm remove -y --no-save mocha nyc should supertest && \
You can’t perform that action at this time.
0 commit comments