diff options
author | Naoki Kosaka <yukimochi@outlook.com> | 2017-06-03 01:09:28 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-02 18:09:28 +0200 |
commit | dc253ea234d86c3c3360898058261efbfea6f2ed (patch) | |
tree | f21266247c13a47a2b6523edf4062c9fe29145b8 | |
parent | 9304114b57b4015da204ff6e5189032dbae0994f (diff) |
Ignore packs folder when COPY . /mastodon (#3522)
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 62f56dfb0..2ddfa9b95 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,7 @@ .env.* public/system public/assets +public/packs node_modules storybook neo4j |