Typefixes

Updating some typing errors, removing ports in docker-compose that
weren't used but were stopping others from using them.
This commit is contained in:
Tyler Marques 2025-06-09 16:11:19 -07:00
parent 5411f0bae7
commit 2733e4acd1
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
4 changed files with 68 additions and 88 deletions

View file

@ -23,13 +23,11 @@ services:
env_file: "./ai_animation/.env"
ports:
- "4173:4173"
- "5173:5173"
volumes:
- ./ai_animation/public/games/:/app/dist/games
diplomacy-dev:
build: ai_animation
ports:
- "4173:4173"
- "5173:5173"
command: ["npm", "run", "dev-all"]
volumes: