We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38f111 commit 89523ffCopy full SHA for 89523ff
.github/workflows/main.yaml
@@ -41,11 +41,4 @@ jobs:
41
run: docker rm -f springboot-fitness-tracking-app-container || true
42
43
- name: Run Docker Container
44
- run: |
45
- docker run -d \
46
-
47
- -p 8080:8080 \
48
- --restart always \
49
- --name springboot-fitness-tracking-app-container \
50
- --network mynetwork \
51
- subproblem/fitness-tracking-app:latest
+ run: docker run -d -p 8080:8080 --restart always --name springboot-fitness-tracking-app-container --network mynetwork subproblem/fitness-tracking-app:latest
0 commit comments