Skip to content

Commit 1b70641

Browse files
committed
Updates Docker build and documentation.
1 parent a58c8b7 commit 1b70641

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# How to contribute
22

33
Crud loves to welcome your contributions. There are several ways to help out:
4+
45
* Create a ticket in GitHub, if you have found a bug
56
* Write testcases for open bug tickets
67
* Write patches for open bug/feature tickets, preferably with testcases included
7-
* Contribute to the [documentation](https://github.com/friendsofcake/crud/tree/gh-pages)
8+
* Contribute to the [documentation](https://github.com/FriendsOfCake/crud/tree/master/docs)
89

910
There are a few guidelines that we need contributors to follow so that we have a
1011
chance of keeping on top of things.
@@ -67,10 +68,10 @@ You can build the documentation using Docker via the following commands:
6768
cd docs
6869

6970
# build the docs
70-
docker build .
71+
docker build -t friendsofcake/crud .
7172

7273
# make the html
73-
docker run -it --rm -v $(pwd)/docs:/data friendsofcake/crud make html
74+
docker run -it --rm -v $(pwd):/data friendsofcake/crud make html
7475

7576
# open the generated html docs in docs/_build/html
7677

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:jessie
1+
FROM debian:buster
22

33
ENV DEBIAN_FRONTEND noninteractive
44

0 commit comments

Comments
 (0)