1
0
Fork 0
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:
Matt Hook 2023-02-13 11:28:32 +13:00 committed by GitHub
parent 58d66d3142
commit b2105f3614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 60 additions and 24 deletions

View file

@ -124,7 +124,7 @@ gruntConfig.shell = {
};
function shell_storybook(env) {
if (env === 'production') {
if (env === 'prod') {
return '';
}