Skip to content

Commit b907eb6

Browse files
committed
ci: remove invalid test, fix Dockerfile CMD entrypoint args again
1 parent 39f2ed9 commit b907eb6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/image.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919

2020
- name: Test image functionality
2121
run: |
22-
# Test that the image can start and show help
23-
docker run --rm livecards-test --help
24-
2522
# Test server startup
2623
docker run -d --name test-server -p 8000:8000 livecards-test
2724

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
7272

7373
# Use ENTRYPOINT for the executable and CMD for default arguments
7474
ENTRYPOINT ["/usr/src/app/livecards"]
75-
CMD 0.0.0.0:${PORT}
75+
CMD ["0.0.0.0:8000"]

0 commit comments

Comments
 (0)