agregar script para pushear container

This commit is contained in:
Cat /dev/Nulo 2023-12-26 17:44:17 -03:00
parent bf0313a4b6
commit ecbf126619

View file

@ -6,6 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"build:container": "bun --bun vite build && podman build -t gitea.nulo.in/nulo/preciazo/sitio .",
"push:container": "bun build:container && podman push gitea.nulo.in/nulo/preciazo/sitio",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",