diff --git a/Dockerfile b/Dockerfile index f0d84caca..cfb39750a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,10 @@ RUN pip install -r requirements.txt RUN pip install -r dev-requirements.txt # Copy in the application files and install it locally -COPY . /fidesops -WORKDIR /fidesops +COPY . /fidesops_install +WORKDIR /fidesops_install RUN pip install -e . +WORKDIR /fidesops + CMD [ "fidesops", "webserver" ] \ No newline at end of file