Fixup docker (#2642)

* Fixup docker

* comma
This commit is contained in:
Dragorn421 2025-06-28 07:05:50 +01:00 committed by GitHub
parent 88f452af10
commit ffd84af543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
services:
oot:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./:/oot

View File

@ -4,6 +4,8 @@
To use Docker, you'll need either Docker Desktop or Docker Toolbox installed and setup based on your system.
On Ubuntu, Docker and required tools can be installed with: `sudo apt install docker.io docker-compose docker-buildx`
You'll also need to prepare a local version of the project with a copied base ROM (see steps [2](../README.md#2-clone-the-repository) and [3](../README.md#3-prepare-a-base-rom) of the Linux instructions).
## 2. Create and start the Docker image build