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

Compiling Dockerfile #54

Open
Hektic130 opened this issue Dec 10, 2023 · 0 comments
Open

Compiling Dockerfile #54

Hektic130 opened this issue Dec 10, 2023 · 0 comments

Comments

@Hektic130
Copy link

It looks like the Dockerfile is named dockerfile with a lowercase "d". Docker is case-sensitive, and it expects the file to be named exactly Dockerfile with an uppercase "D".

To fix this, you can either rename your existing Dockerfile to Dockerfile using the following command:

bash
mv dockerfile Dockerfile

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

No branches or pull requests

1 participant