-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Bug] Docker Build failing at yarn run build #4172
Comments
I'm really surprised, since we build each beta release and push it to dockerhub |
@sedghi I know, this is super weird, even tried cloning multiple times and checking. The local builds just fine. Any idea ? Also it would be helpful if you could help in my other issue as well. |
@sedghi this is happening with the master branch, and 3.9 I guess where these two files were committed. on 3.5 it works fine |
I had the same issue when trying to build it with Docker on a Windows 11 machine but it works just fine when building with docker in linux. I solved it by changing the import statement for ProgressDropdownWithService from this: Is it perhaps case sensitive when running in Windows? |
I figured these must have been due to windows @eriklofblad thanks! Also do you happen to share some insights on this as well Issue 4161 , would appreciate it. |
I'm revisiting Docker builds, Nginx, and Keycloak stuff this week. |
@sedghi Hi |
@ctpaep Good catch, i'm fixing it in a minute |
This will fix it , sorry #4192 |
I see the same issue with tag v3.8.0 and Mac.
|
@yairroze check master it is fiex now |
Describe the Bug
I am building the docker image as described in the documentation. I did a fresh git clone and ran docker build. It fails to build the image, but a regular yarn run build is building the Viewer
Here's the error
Steps to Reproduce
docker build . -t ohif
The current behavior
Failing at yarn run build
The expected behavior
Should build an image
OS
Windows 11
Node version
20
Browser
Latest Chrome and edge
The text was updated successfully, but these errors were encountered: