diff options
author | Shane McDonald <me@shanemcd.com> | 2021-03-02 22:16:20 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-03-04 00:56:07 +0100 |
commit | eba12a62072eeac1fa5caf3254978efc032c8232 (patch) | |
tree | f65b33f547dd16943bd6e584b7a281c7ec4c4a2c /.dockerignore | |
parent | Only install podman in local dev env (diff) | |
download | awx-eba12a62072eeac1fa5caf3254978efc032c8232.tar.xz awx-eba12a62072eeac1fa5caf3254978efc032c8232.zip |
Add ui_next to .dockerignore
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 46c83b0467..07c13d382d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,3 @@ awx/ui/node_modules +awx/ui_next/node_modules +Dockerfile |