mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(dockerfile): layered images [EE-4879] (#8301)
* multistage build to target production and storybook * missing slash * add storybook for windows too and build targets * feature flag the storybook api * remove kompose and prep for new FF lib * todo comment for FF * update to new feature flags library * simplify logic * fix compilation error * simplified it
This commit is contained in:
parent
58d66d3142
commit
b2105f3614
5 changed files with 60 additions and 24 deletions
|
@ -124,7 +124,7 @@ gruntConfig.shell = {
|
|||
};
|
||||
|
||||
function shell_storybook(env) {
|
||||
if (env === 'production') {
|
||||
if (env === 'prod') {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue