Skip to content

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 24, 2024
1 parent d634833 commit f969e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/compose/services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
app:
image: font-generator:latest
image: seadfeng/font-generator:latest
env_file: .env
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- doc/**
- bin/**
- .vscode/**
- .docker/**
- .gitignore
jobs:
deploy:
Expand Down

0 comments on commit f969e26

Please sign in to comment.