1
0
mirror of https://github.com/hexolan/stocklet.git synced 2026-05-20 19:49:26 +01:00

feat: skeleton ui and theming

This commit is contained in:
2025-08-09 21:29:27 +01:00
parent 828332a786
commit ce03e2f681
4 changed files with 623 additions and 1 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ RUN pnpm install --frozen-lockfile
COPY . ./
RUN pnpm build
CMD ["pnpm", "preview"]
CMD ["pnpm", "preview", "--host", "'0.0.0.0'", "--port", "5173"]