mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
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:
parent
5411f0bae7
commit
2733e4acd1
4 changed files with 68 additions and 88 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue