Update Dockerfile and docker-compose.yml to change application port to 6060; add health check endpoint. Add cookie dependency to package.json and create health check API endpoint.

This commit is contained in:
2025-08-06 14:57:19 +02:00
parent d0075f5b12
commit ae928bbb9b
5 changed files with 43 additions and 7 deletions

View File

@@ -6,6 +6,9 @@ jobs:
docker:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Login To Registry
uses: docker/login-action@v3
with:
@@ -19,6 +22,8 @@ jobs:
- name: Build And Push
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: |