Changes Supporting Dockerization

This commit is contained in:
Rob
2022-06-13 00:03:13 -07:00
parent 4b71fe1b02
commit 668e57d2f6
7 changed files with 2358 additions and 6 deletions
Regular → Executable
+4 -3
View File
@@ -8,9 +8,6 @@ auth.json
node_modules/*
!node_modules/.gitkeep
# And package details that will be created when aquiring said libraries
package-lock.json
# Create the necessary Sounds folder
sounds/*
!sounds/.gitkeep
@@ -18,3 +15,7 @@ sounds/*
# remove all other unnecessary stuff
*.jpg
sounds_flac/
# Docker Image Creation Files
Dockerfile
.dockerignore