Skip to content

Use os.path to properly check docroot base path #64

Use os.path to properly check docroot base path

Use os.path to properly check docroot base path #64

Workflow file for this run

name: Docker
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Test the Dockerfile builds ok
run: |
docker build --tag srcf-control .
- name: Test (crudely) that the app can initialise
run: |
docker run --rm --interactive srcf-control python3 -c "from control.webapp import app"