Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ahmet2mir/showoff:latest

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

ADD . /webapps/showoff

21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Ceci est une présentation [ShowOff](http://github.com/schacon/showoff)

Pour la visionner, il est nécessaire d'executer les commandes suivantes:

Avec [Docker](https://www.docker.com/)

```bash
$ docker build . --tag sdouche/presentation-git:latest
$ docker run [--detach] --publish 9090:9090 --name presentation-git sdouche/presentation-git:latest
```

Avec [Podman](https://podman.io/)

```bash
$ podman build . --tag sdouche/presentation-git:latest
$ podman run [--detach] --publish 9090:9090 --name presentation-git sdouche/presentation-git:latest
```

Vous pouvez accéder à la présentation avec votre navigateur à
l'adresse http://localhost:9090.

13 changes: 0 additions & 13 deletions README.txt

This file was deleted.