diff --git a/package.json b/package.json index fb652f8..e85cd3d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "description": "", "main": "index.js", "scripts": { - "dev": "npx @11ty/eleventy --serve", - "build": "rm -rf dist && npx @11ty/eleventy" + "dev": "bunx @11ty/eleventy --serve", + "build": "rm -rf dist && bunx @11ty/eleventy", + "docker:build": "docker build -t codewith.babesonthe.net/punkfairie/punkfairie-site:latest .", + "docker:push": "docker push codewith.babesonthe.net/punkfairie/punkfairie-site:latest" }, "keywords": [], "author": "",