Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ProductionFiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
softwareai_frontend:
image: softwareai-frontend-server:latest
build:
context: ./Front-End/webpr
context: ./frontend/webpr
dockerfile: Dockerfile
container_name: softwareai_frontend
working_dir: /app
Expand All @@ -86,7 +86,7 @@ services:
softwareai_api:
image: softwareai-api-server:latest
build:
context: ./Back-End
context: ./backend
dockerfile: Dockerfile
container_name: softwareai_api
working_dir: /app
Expand Down
Binary file modified backend/celerybeat-schedule
Binary file not shown.
Loading