Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 527 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 527 Bytes

서버 시작하기

Backend .env file

  • config/.env
DJANGO_SECRET_KEY=
DJANGO_PASSWORD=
$ git clone https://github.com/SV-Team-B/docker.git
$ git submodule update --recursive --remote --init
$ cd frontend
$ yarn
$ yarn build
$ cd ..
$ docker-compose up --build -d

개발 서버 시작하기

$ git clone https://github.com/SV-Team-B/docker.git
$ git submodule update --recursive --remote --init
$ docker-compose -f docker-compose-dev.yml up -d