fix: command of container :)

This commit is contained in:
pswsm 2025-01-14 02:06:52 +01:00
pare 2e0b5c4f88
commit f7dbc4bd40

Veure arxiu

@ -7,4 +7,4 @@ COPY static static
COPY src src
RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm install && pnpm run build
CMD node ./build
CMD ["node", "./build"]