Skip to content

WIP add working dev docker-compose for all architecture #1499

WIP add working dev docker-compose for all architecture

WIP add working dev docker-compose for all architecture #1499

Workflow file for this run

name: Docker Image
on:
push:
paths:
- docker/dockerfile
- docker/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 -f docker/dockerfile -t yeswiki/yeswiki .