All Questions
1 question
4
votes
1
answer
3k
views
Dockerfile to install Python and React in Linux container
I am learning how to use Docker. I'm creating a container that contains Python and React. This code works, but it seems so heavy when I install it. I only want React, but to get React, I install Node ...