We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b0682 commit 2c4eeb2Copy full SHA for 2c4eeb2
README.md
@@ -1,9 +1,16 @@
1
# Lab-Assignment-01
2
3
-**How to Run**
+**How to Run Using Maven**
4
5
- Navigate to the LabAssignment01Noulis directory
6
- run the command ./mvnw spring-boot:run
7
- Go to http://localhost:8080/products.html
8
9
-Testing
+
10
11
+**How to Run Using Docker**
12
13
+- Run the command: docker pull pnoulis/my-java-app
14
+- Run the command: docker run -d -p 8080:8080 pnoulis/my-java-app
15
+- Go to: http://localhost:8080/products.html
16
0 commit comments