Skip to content

Commit

Permalink
fix(server): use main image tag
Browse files Browse the repository at this point in the history
dev is no longer used as of cal-itp/eligibility-server#414
  • Loading branch information
thekaveman committed Jan 8, 2025
1 parent 8a6b4d5 commit df89966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- ./:/calitp/app

server:
image: ghcr.io/cal-itp/eligibility-server:dev
image: ghcr.io/cal-itp/eligibility-server:main
env_file: .devcontainer/server/.env.server
ports:
- "8000"
Expand Down

0 comments on commit df89966

Please sign in to comment.