We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1f1cd commit 4b25ae0Copy full SHA for 4b25ae0
Dockerfile
@@ -30,6 +30,7 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt \
30
&& install -d -m 0755 -o app_user -g app_user /app/media \
31
&& install -d -m 0755 -o app_user -g app_user /app/media/contest_files \
32
&& install -d -m 0755 -o app_user -g app_user /app/media/ec_files \
33
+ && install -d -m 0755 -o app_user -g app_user /app/media/team_files \
34
&& install -d -m 0755 -o app_user -g app_user /app/media/uploads
35
36
# Code and User Setup
0 commit comments