diff --git a/Dockerfile b/Dockerfile index 7eb19245e..6016f7842 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN mkdir -p /var/docat/doc # install the application RUN mkdir -p /var/www/html -COPY --from=frontend /app/frontend/build /var/www/html +COPY --from=frontend /app/frontend/dist /var/www/html COPY docat /app/docat WORKDIR /app/docat diff --git a/web/.gitignore b/web/.gitignore index 900f50e0b..2bfb47030 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -10,6 +10,7 @@ # production /build +/dist # misc .prettierrc diff --git a/web/public/index.html b/web/index.html similarity index 88% rename from web/public/index.html rename to web/index.html index 3029b21a2..e66fce5e1 100644 --- a/web/public/index.html +++ b/web/index.html @@ -11,5 +11,6 @@ We're sorry docat web doesn't work properly without JavaScript enabled. Please enable it to continue.
+