diff --git a/.gitea/bunPipeline/Dockerfile b/.gitea/bunPipeline/Dockerfile index acf3944..038ace8 100644 --- a/.gitea/bunPipeline/Dockerfile +++ b/.gitea/bunPipeline/Dockerfile @@ -1 +1,3 @@ -from imbios/bun-node \ No newline at end of file +from imbios/bun-node + +COPY . . diff --git a/.gitea/workflows/bun.yml b/.gitea/workflows/bun.yml index 066b7d9..1b07240 100644 --- a/.gitea/workflows/bun.yml +++ b/.gitea/workflows/bun.yml @@ -37,7 +37,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: .gitea/bunPipeline + context: frontend file: .gitea/bunPipeline/Dockerfile push: true tags: git.simonis.lol/projects/bun-casino:latest # Change this to your repo