Skip to content

Commit

Permalink
Make easy deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Nov 3, 2024
1 parent 2d72b15 commit 964fb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
# API
api:
container_name: api
image: promptengineers/llm-server:2c0af91
image: promptengineers/llm-server:2d72b15
# build:
# context: ./backend
# dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
# API
api:
container_name: api
image: promptengineers/llm-server:2c0af91
image: promptengineers/llm-server:2d72b15
# build:
# context: ./backend
# dockerfile: Dockerfile
Expand Down

0 comments on commit 964fb78

Please sign in to comment.