Skip to content

Commit

Permalink
Merge pull request #4 from camptocamp/more-flexible
Browse files Browse the repository at this point in the history
Be more flexible, add missing doc.
  • Loading branch information
sbrunner authored Jul 15, 2016
2 parents 503d3a1 + 0a7e9ad commit 8aa4b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ EXPOSE 80

COPY . /

ONBUILD COPY mapserver.map /etc/mapserver/

ENTRYPOINT ["/docker-entrypoint.sh"]

CMD ["apache2", "-DFOREGROUND"]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY *.map /etc/mapserver/
COPY *.sh *.env /docker-entrypoint.d/
```

The main mapfile should be `/etc/mapserver/mapserver.map`.

Or you can use the image as is and mount volumes to customize it.


Expand Down

0 comments on commit 8aa4b1e

Please sign in to comment.