mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
Added PortBindings to container start.
This commit is contained in:
parent
77062bec84
commit
76d7e280f9
4 changed files with 128 additions and 4 deletions
|
@ -37,7 +37,7 @@ module.exports = function (grunt) {
|
|||
' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %>;\n' +
|
||||
' * Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %>\n */\n',
|
||||
src: {
|
||||
js: ['app/**/*.js'],
|
||||
js: ['app/**/*.js', '!app/**/*.spec.js'],
|
||||
jsTpl: ['<%= distdir %>/templates/**/*.js'],
|
||||
specs: ['test/**/*.spec.js'],
|
||||
scenarios: ['test/**/*.scenario.js'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue