diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index cb3f6f69..8f707983 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -9,8 +9,8 @@ RUN cd /app/overlord \ ADD https://git.tanshu.com/api/v1/repos/tanshu/brewman/tags /tags.json RUN git clone --single-branch --depth 1 --branch latest https://git.tanshu.com/tanshu/brewman.git /app WORKDIR /app/overlord -RUN mv /node_modules /app/bookie/ \ - && /app/bookie/node_modules/.bin/ng build +RUN mv /node_modules /app/overlord/ \ + && /app/overlord/node_modules/.bin/ng build FROM python:3.11