You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description: The root Dockerfile collides with the dockerfile folder under windows. At docker build -t, the dockerfile is not found. Workaround is to build within WSL.
Steps to Reproduce:
Using docker desktop for windows
go to the repo location
execute the documented docker build
Additional Information
Operating System: Windows MS
Theia Version: n/a
The text was updated successfully, but these errors were encountered:
The issue is that on Windows the path <repo>/Dockerfile (file in root) and <repo>/dockerfile (folder in root) are treated the same. Hence when copying or cloning the project the dockerfile folder is not created.
I will provide a PR where i rename everything accordingly and update the documentation.
Bug Description: The root Dockerfile collides with the dockerfile folder under windows. At docker build -t, the dockerfile is not found. Workaround is to build within WSL.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: