diff --git a/Dockerfile b/Dockerfile index c7009a71..a5567ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ EXPOSE 11011 RUN cd web && pnpm build -CMD http-server-spa -p 11011 ./web/dist +CMD http-server-spa ./web/dist index.html 11011