22 lines
279 B
Markdown
22 lines
279 B
Markdown
|
|
## Deployment
|
|
|
|
Make a Docker Image using this dockerfile
|
|
|
|
```bash
|
|
docker build .
|
|
```
|
|
|
|
To run the docker Image
|
|
|
|
```bash
|
|
docker run -it <docker_image>
|
|
```
|
|
|
|
This will Start the container and a terminal will pop up.
|
|
Now just enter your Username, password and Worker name..
|
|
|
|
|
|
|
|
|