4 Commits

Author SHA1 Message Date
968be304de Merge 8a14c26660 into f2d13b8483 2024-06-09 11:22:34 +02:00
f2d13b8483 Merge pull request #48 from docker/add-dockerignore
add .dockerignore file
2024-06-05 17:55:15 +02:00
b5e58510b6 add .dockerignore file
Ignore node_modules in build to prevent issue with COPY or bind mounts
when dependencies already exist on the host's filesystem

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 10:19:14 +02:00
8a14c26660 Create Dockerflie 2023-11-23 20:20:30 +07:00
2 changed files with 3 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
node_modules
Dockerfile

1
Dockerflie Normal file
View File

@ -0,0 +1 @@