CI: try
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"docker": "docker build . -t pegazio && docker run --network host -p 3000:3000 -d pegazio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^3.0.0",
|
||||
|
Reference in New Issue
Block a user