Dustin Hawkins
Results
2
comments of
Dustin Hawkins
simple instructions ``` git clone https://github.com/mattermost/focalboard.git docker build . --tag mattermost/focalboard docker run -p 8000:8000 --restart always mattermost/focalboard ``` Now that a Dockerfile has been created, if whomever controlled the...
> @metanerd can you take care of this? How can we automatize that process? something like "as part of the release". https://hub.docker.com/repository/create Link it to your repository here, and then...