diff --git a/Dockerfile b/Dockerfile index 7a923bee..edd70c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ EXPOSE 11011 RUN cd web && pnpm build -CMD node scripts/sync-config-from-env.js && http-server-spa ./web/dist index.html 11011 +CMD node web/scripts/sync-config-from-env.js && http-server-spa ./web/dist index.html 11011