Relative Content

Tag Archive for dockerimageexpress

Docker image build issue, stuck in RUN

I need to create an image of a REST API project created with express. In the image construction phase everything is executed correctly but I get stuck even for hours in the RUN phase but it doesn’t make any errors as you can see from the screen everything is executed correctly and I get the log message that I entered for synchronization of the db but I don’t understand why the build doesn’t finish, I also attach the DockerFile