diff --git a/Dockerfile b/Dockerfile index 5d14fd1eb7..55a81feb52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ WORKDIR /app COPY --from=builder /build/node_modules/ node_modules/ COPY --from=builder /build/build/ build/ +COPY web/ web/ COPY package.json package.json COPY version.txt version.txt