You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the directory containing the `Dockerfile` and run the following command to build and start the service:
407
+
408
+
```sh
409
+
docker build -t noirwatch-image .
410
+
docker run -d --name noirwatch noirwatch-image
411
+
```
412
+
413
+
### Conclusion
414
+
415
+
You have successfully deployed the NoirWatch service using Docker. The service will automatically start when the container is created and will restart if it stops unexpectedly. For any further modifications or assistance, feel free to ask!
416
+
385
417
## Instructions for Running the Tests
386
418
387
419
To run the tests for the `NoirWatch` script, follow these steps:
0 commit comments