Skip to content
Snippets Groups Projects
Commit 5aab2242 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

refactor: Remove venv from start script

parent 3debd75f
No related branches found
No related tags found
1 merge request!19Configure Django to serve static and media files itself
Pipeline #191701 passed with warnings
#!/bin/bash
source /venv/bin/activate
cd /app || exit
echo "----- Collect static files ------ "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment