docker build
Some checks failed
Test Workflow / build (pull_request) Failing after 0s
Test Workflow / build (push) Failing after 0s

This commit is contained in:
John Galt
2025-07-31 12:14:31 +02:00
parent 38cf946e33
commit 6e26d8a2e6

View File

@ -26,3 +26,6 @@ jobs:
- name: Run tests - name: Run tests
run: npm test run: npm test
- name: Build Docker image
- uses: actions/checkout@v3
run: docker build -t dailytrends:latest .