Dockerfile prod
Some checks failed
Deploy App / build-and-deploy (push) Failing after 56s

This commit is contained in:
2025-08-31 00:07:14 +02:00
parent 42ad1114a9
commit ab21a9c73e
2 changed files with 1 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: |
IMAGE=git.oskarmikael.com/oskarb/scheduler:latest
docker buildx build \
-f Dockerfile \
-f Dockerfile.prod \
--platform linux/amd64 \
-t $IMAGE \
--push .