mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
Docker testing again
This commit is contained in:
parent
e41c21b432
commit
ada2403c40
2 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mtg-deckbuilder-interactive:
|
mtg-deckbuilder-interactive:
|
||||||
build: .
|
build: .
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mtg-deckbuilder:
|
mtg-deckbuilder:
|
||||||
build: .
|
build: .
|
||||||
container_name: mtg-deckbuilder
|
container_name: mtg-deckbuilder-main
|
||||||
stdin_open: true # Equivalent to docker run -i
|
stdin_open: true # Equivalent to docker run -i
|
||||||
tty: true # Equivalent to docker run -t
|
tty: true # Equivalent to docker run -t
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue