lamarios/monopoly

Arm docker version

Closed this issue · 4 comments

is it possible to have a docker version for arm? arm-64 or arm-32 is indifferent. (i want to run it on raspberry pi)
Thank you!

I'll look into it but I have no way of testing it.

I created a very simple docker-compose.yml for the game part (using your Dockerfile) and it works perfectly on arm.
This is the docker-compose.yml:

version: '3.3'
services:
    monopoly-game:
        container_name: monopoly-game
        build:
            context: .
        environment:
          - HTTP=true
        ports:
          - 8442:8443
        restart: unless-stopped

I also translated the game entirely into Italian, if you are interested I can also publish it (obviously saying who did it).
I can close the issue because I solved it.

Good to hear that.

For the Italian version, can you publish it so i can have a look at what you changed. Then I'll check the amount of work needed for internationalization.

ok cool, but for inexperience I simply translated the code, so I created a new repo with your monopoly inside but in Italian (and with a docker-compose.yml file)
link