chore(.dockerignore): add required docker ignore file

This commit is contained in:
Cory Dransfeldt 2025-04-28 09:39:14 -07:00
parent f85f47bbd4
commit 0c9904750c
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
node_modules
npm-debug.log
.dockerignore
.git
.gitignore
Dockerfile
README.md

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "3.3.4",
"version": "3.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "3.3.4",
"version": "3.3.5",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "3.3.4",
"version": "3.3.5",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {