Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile so MacOS users can build #2928

Merged
merged 4 commits into from
Jan 30, 2024
Merged

Conversation

abjdev
Copy link
Contributor

@abjdev abjdev commented Jan 26, 2024

This pull request solves issues with building Cosmos Projects using MacOS/Arch Linux
User needs to have Docker installed.

yay we have mac support (probably)
@abjdev
Copy link
Contributor Author

abjdev commented Jan 26, 2024

To Create the container:

docker container create -i -t --name cosmosos cosmos

To build a project:

# Copy project files from host to Container
docker cp . cosmosos:/Cosmos/Osname

docker exec -it cosmosos cd Projects/Osname
docker exec -it cosmosos dotnet build Projects/Osname/Osname.sln

Replace Osname with your OS name

@zarlo
Copy link
Member

zarlo commented Jan 27, 2024

would you be willing to change this to a Dev Container setup?

@abjdev
Copy link
Contributor Author

abjdev commented Jan 27, 2024

would you be willing to change this to a Dev Container setup?

@zarlo I don't know

@zarlo
Copy link
Member

zarlo commented Jan 27, 2024

would you be willing to change this to a Dev Container setup?

@zarlo I don't know

as in you dont know how to or if you want to. either way is fine

@abjdev
Copy link
Contributor Author

abjdev commented Jan 29, 2024

would you be willing to change this to a Dev Container setup?

@zarlo I don't know

as in you dont know how to or if you want to. either way is fine

@zarlo okay. can you review it?

@zarlo zarlo enabled auto-merge January 29, 2024 23:56
@zarlo zarlo merged commit b5f4590 into CosmosOS:master Jan 30, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants