Updated readme with docker info, updated build task

This commit is contained in:
Torkel Ödegaard
2015-02-09 16:18:30 +01:00
parent cd8f938cab
commit 5c795e9a50
2 changed files with 6 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = function(grunt) {
});
grunt.config('copy.backend_files', {
expand: true,
src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
src: ['conf/grafana.ini', 'vendor/**/*'],
options: { mode: true},
dest: '<%= tempDir %>'
});