Added Dockerfile.

This commit is contained in:
2023-05-30 01:26:55 -05:00
parent 18e7f6f709
commit a5180339a1
2 changed files with 20 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
# Ignore everything by default
*
# Allow the public project files.
!src
!Dockerfile
!package*.json
!README.md