Skip to content

Commit 2cebd35

Browse files
committed
Only start filetracker during the docker build
1 parent c27bdce commit 2cebd35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ FROM base AS populated_filetracker
112112
COPY --from=development-sandboxes /sio2/sandboxes /sio2/sandboxes
113113
RUN chmod +x /sio2/oioioi/download_sandboxes.sh
114114

115-
RUN ./manage.py supervisor > /dev/null --daemonize --nolaunch=uwsgi && \
115+
RUN ./manage.py supervisor > /dev/null --daemonize \
116+
--nolaunch={uwsgi,unpackmgr,evalmgr,rankingsd,mailnotifyd,sioworkersd,receive_from_workers} && \
116117
/sio2/oioioi/wait-for-it.sh -t 60 "127.0.0.1:9999" && \
117118
./manage.py upload_sandboxes_to_filetracker -d /sio2/sandboxes && \
118119
./manage.py supervisor stop all

0 commit comments

Comments
 (0)