diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index 7cabf69..9a80730 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -6,9 +6,6 @@ RUN /tmp/install-build.bash WORKDIR /src COPY Makefile ./ -COPY system ./system/ -RUN make system UNPRIVILEGED=1 - COPY package.json yarn.lock ./ RUN yarn install @@ -16,6 +13,9 @@ COPY webpack.config.cjs ./ COPY frontend/src ./frontend/src/ RUN make frontend +COPY system ./system/ +RUN make system UNPRIVILEGED=1 + COPY frontend/pages ./frontend/pages/ COPY frontend/styles ./frontend/styles/ COPY lib ./lib/