From 91e8f2cca8de8efbaee4e43b19390c6ace601424 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Fri, 3 Feb 2023 12:34:39 -0500 Subject: [PATCH] Remove ui-build after building wheel --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ae9baf867d5..de5c0b4c99d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,3 +118,6 @@ COPY --from=built_frontend /fides/clients/admin-ui/out/ /fides/src/fides/ui-buil # Install without a symlink RUN python setup.py sdist RUN pip install dist/ethyca-fides-*.tar.gz + +# Remove this directory to prevent issues with catch all +RUN rm -r /fides/src/fides/ui-build