Skip to content

Commit

Permalink
Update docker-compose.prod.yml
Browse files Browse the repository at this point in the history
fix( docker-compose.prod.yml):Fix Docker image tags
  • Loading branch information
hhz-saner authored May 23, 2023
1 parent e59fd5c commit 33d779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
autogpt:
container_name: autogpt
image: dogtititi/autogpt-next-web:lastest
image: dogtititi/autogpt-next-web:latest
# build:
# context: .
# dockerfile: prod.Dockerfile
Expand Down

0 comments on commit 33d779c

Please sign in to comment.