diff --git a/Dockerfile b/Dockerfile index e8a5b44..385f145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,4 @@ COPY --from=builder /app/node_modules node_modules/ COPY package.json . EXPOSE 3000 ENV NODE_ENV=production - -HEALTHCHECK CMD curl --fail http://localhost:3000 || exit 1 - CMD [ "node", "build" ] diff --git a/src/app.html b/src/app.html index f652bc0..11a3a0f 100644 --- a/src/app.html +++ b/src/app.html @@ -1,42 +1,32 @@ +
+ + + + %sveltekit.head% - - - - - %sveltekit.head% - - - - - - - - -