Skip to content
Snippets Groups Projects

Resolve "[Hotfix]: venv should be activated before the shell script is run"

+ 1
1
@@ -44,4 +44,4 @@ RUN apt-get autoremove --yes $build_dependencies && apt-get autoremove --yes &&
# Set up start script
COPY ./files/start.sh /usr/local/bin
CMD /usr/local/bin/start.sh
CMD . venv/bin/activate && /usr/local/bin/start.sh
Loading