diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369d97ab..1aeb3b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,7 @@ jobs: uses: actions/download-artifact@v4 with: name: spellbook-discord-bot + path: /tmp - name: Load image from artifact 🐳 run: | docker load --input /tmp/spellbook-backend.tar diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index ed41ab66..dd37e934 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -9,6 +9,7 @@ services: target: production args: VERSION: production + volumes: !reset [] ports: - 80:80