Skip to content

Commit

Permalink
Merge pull request #38 from PromptSail/dev
Browse files Browse the repository at this point in the history
Enhancements and Fixes
  • Loading branch information
ksopyla authored Jul 4, 2024
2 parents 88ea93e + 419a19b commit 970004b
Show file tree
Hide file tree
Showing 112 changed files with 4,836 additions and 1,677 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,6 @@ cython_debug/
.vscode/settings.json
backend/poetry.lock
**/.env
private_examples/*
private_examples/*
docker-compose-wk.yml
examples/poetry.lock
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ BUILD_SHA ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")

run:
docker-compose up

run-build:
docker-compose -f docker-compose-build.yml up --build

run-dev:
cd backend/src && uvicorn app:app --reload --proxy-headers --host 0.0.0.0
Expand Down
Loading

0 comments on commit 970004b

Please sign in to comment.