1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

docker: fix docker file image and apply some good practices (#552)

* docker: fix docker file image and apply some good practices

* update docker-compose
This commit is contained in:
Carlos Tadeu Panato Junior
2021-07-01 11:46:03 +02:00
committed by GitHub
parent 0811052a9b
commit 41d01c18fb
7 changed files with 63 additions and 46 deletions

View File

@@ -2,18 +2,18 @@
This folder is used to manage the website at [focalboard.com](https://www.focalboard.com/). It was built using [Hugo](https://gohugo.io/).
- The main page for https://focalboard.com can be found at [/site/layouts/partials/hero.htm](site/layouts/partials).
- Other content can be found in the [/site/content](site/content) folder.
- The main page for https://focalboard.com can be found at [/site/layouts/partials/hero.htm](site/layouts/partials).
- Other content can be found in the [/site/content](site/content) folder.
## How to contribute
## How to contribute
You're welcome to submit pull requests for typos, minor corrects and additions, troubleshooting tips to install guides and other incremental improvements.
You're welcome to submit pull requests for typos, minor corrects and additions, troubleshooting tips to install guides and other incremental improvements.
For larger changes, such as adding an install guide for a different platform, please create a [feature request](https://github.com/mattermost/focalboard/issues/new?assignees=&labels=enhancement&template=enhancement.md&title=Feature+Request%3A+) ticket to discuss.
For larger changes, such as adding an install guide for a different platform, please create a [feature request](https://github.com/mattermost/focalboard/issues/new?assignees=&labels=enhancement&template=enhancement.md&title=Feature+Request%3A+) ticket to discuss.
## How to build locally
## How to build locally
If you're interested in building the website locally from this repo using Hugo, please use the following steps:
If you're interested in building the website locally from this repo using Hugo, please use the following steps:
1. Follow [Hugo documentation](https://gohugo.io/getting-started/installing/) to install Hugo