Was thinking about the idea of adding a Dockerfile for my project, which would need to be configured immediately for the script to work correctly. Is this necessary? Something to think about
What is meant by configuration:
- Setting up a virtual environment for the code
- Creating a crontab task
- Adding OS environment variables
Was thinking about the idea of adding a Dockerfile for my project, which would need to be configured immediately for the script to work correctly. Is this necessary? Something to think about
What is meant by configuration: