Skip to content

[UPDATE] - Improve the functionality of the admin panel #24

[UPDATE] - Improve the functionality of the admin panel

[UPDATE] - Improve the functionality of the admin panel #24

Workflow file for this run

name: Docker
on:
# Too expensive to run on ever push. Only run on PR.
pull_request:
branches: [ "main" ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Build container
uses: actions/checkout@v3
- working-directory: ./backend
run: |
docker compose build