Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 270 Bytes

Building a container

To build the container, you must first download the games. Next, copy the downloaded games to this directory:

cp -r ../games/downloaded_games .

Now you can run docker build:

docker build --tag muniverse:VERSION .