Not Able to run any command After cypress run command in Docker #21330
              
                Unanswered
              
          
                  
                    
                      JUPUDI-VAMSI-KALYAN
                    
                  
                
                  asked this question in
                Docker
              
            Replies: 1 comment
-
| I have the same issue | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FROM cypress/included:9.5.4 RUN mkdir /app WORKDIR /app COPY . /app RUN npm install RUN $(npm bin)/cypress verify USER root ENTRYPOINT [] CMD node testData/downloader.js \ && node testData/converter.ts \ && npm run cy:run \ && npm run uploaderFirst three commands in cypress are working file but the last command is not working. Any way to run this command in docker.
Beta Was this translation helpful? Give feedback.
All reactions