feat: Add run production mode with docker-compose.

This commit is contained in:
Edwin Betancourt
2020-06-05 16:59:19 -04:00
parent 0ae5079b2a
commit ba236e5560
3 changed files with 61 additions and 0 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
.DS_Store
node_modules/
vendor/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock