diff --git a/Dockerfile b/Dockerfile index f16ff82..e648dff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN npm run build EXPOSE 3000 -CMD [ "node", "/app/build" ] +CMD [ "node", "/app/.svelte-kit/build" ]