Commit 16119775 authored by nimrod's avatar nimrod
Browse files

Specify the Docker Compose file for SchooLink's backend.

parent 71dc72ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
source_up
export COMPOSE_FILE='docker-compose.local.yml'
export GIT_AUTHOR_EMAIL='nimrod@schoolinks.com'
export GIT_AUTHOR_NAME='Nimrod Adar'
export PIPENV_VENV_IN_PROJECT=1