1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-30 08:00:51 +02:00
org-reveal/docker-compose.yml
Philippe Coval b196389308 docker: Build and serve content on http
Usage:

    docker-compose up --build
    x-www-browser http://localhost/Readme.html

Origin: https://github.com/rzr/rzr-presentations
Change-Id: Idb35900e551503f4777e0f6a8af8fb50c70e483b
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-03-05 11:18:36 +01:00

13 lines
212 B
YAML

#!/bin/echo docker-compose up --build
# -*- coding: utf-8 -*-
#
# SPDX-License: ISC
# SPDX-License-URL: https://spdx.org/licenses/ISC.txt
version: "2"
services:
default:
build: .
network_mode: "host"