We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f2ed9 commit b907eb6Copy full SHA for b907eb6
.github/workflows/image.yaml
@@ -19,9 +19,6 @@ jobs:
19
20
- name: Test image functionality
21
run: |
22
- # Test that the image can start and show help
23
- docker run --rm livecards-test --help
24
-
25
# Test server startup
26
docker run -d --name test-server -p 8000:8000 livecards-test
27
Dockerfile
@@ -72,4 +72,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
72
73
# Use ENTRYPOINT for the executable and CMD for default arguments
74
ENTRYPOINT ["/usr/src/app/livecards"]
75
-CMD 0.0.0.0:${PORT}
+CMD ["0.0.0.0:8000"]
0 commit comments