feat: Moves docker stuff to it's own directory, same with development databases.

This commit is contained in:
2025-01-26 17:14:49 -05:00
parent a920e35d39
commit 1f2bb900ca
7 changed files with 25 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: Dockerfile
file: docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}