Skip to content

feat(HTMLPurifer): first step try to allow iframe #1494

feat(HTMLPurifer): first step try to allow iframe

feat(HTMLPurifer): first step try to allow iframe #1494

Workflow file for this run

name: Docker Image
on:
push:
paths:
- Dockerfile
- .dockerignore
- docker-compose*.yml
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build a Docker image able to run yeswiki
run: docker build -t yeswiki/server .