Closed dmunozv04 closed 4 months ago
This PR takes the files from https://github.com/Wirecloud/docker-wirecloud and takes inspiration from https://github.com/dmunozv04/iSponsorBlockTV to build docker files with GitHub Actions.
It also checks the tests on docker-platform/tests.py
The only thing that's needed before merging is adding the following secrets to the repo:
Proposed changes
Making docker builds easier by moving the dockerfile to the main repo
Types of changes
What types of changes does your code introduce to the project: Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
The dockerfile is tentatively using whitenoise to serve static assets without needing nginx or a similar tool. This can easily be reverted if deemed unsuitable. Reopening PR since the last one had changes from another branch by mistake