Fix missing Dockerfile for GitHub Actions

This commit is contained in:
Sn0wfaller
2026-04-16 18:21:21 +03:00
committed by GitHub
parent d2c8595c52
commit 8b53df7449
+2 -1
View File
@@ -20,6 +20,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
context: ./server
file: ./server/Dockerfile
push: true
tags: kretts/lunar-tear:latest