* docker

* port

* duplicate ignore

* readme

* dockerignore whitelist
(yes .dockerignore has to be explicitly ignored in .dockerignore)

* write perms in app dir
This commit is contained in:
nothub
2021-02-26 07:20:41 +01:00
committed by GitHub
parent 1533fca17f
commit 7a76c8b45d
4 changed files with 81 additions and 10 deletions

View File

@ -1,2 +1,9 @@
docs/
scripts/
.gitignore
.dockerignore
docker-compose.yml
Dockerfile
node_modules
npm-debug.log
README.md