We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b59ac commit 51fcbeaCopy full SHA for 51fcbea
README.md
@@ -45,6 +45,12 @@ spring.datasource.username=your_username
45
46
spring.datasource.password=your_password
47
48
+🌏 Docker Hub Image
49
+
50
+You can directly pull and run the pre-built image from Docker Hub:
51
52
+docker pull atulsingh17/opcode-inventorymanagement:1.0
53
+docker run -p 8080:8082 atulsingh17/opcode-inventorymanagement:1.0
54
55
3. **Build and run**
56
```bash
0 commit comments