From ad7b20c8312c50e5aeebbe1e5c5701ae6ec774b4 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 25 Sep 2020 10:27:54 +0200 Subject: [PATCH] ignoring storybook on front end image building --- .dockerignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index b32cf7b..3e26523 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,4 +20,8 @@ LICENSE .vscode # strapi -api \ No newline at end of file +api + +#storybook +.storybook +components/stories \ No newline at end of file