1
0
Fork 0
mirror of https://github.com/SunRed/haste-server.git synced 2024-10-31 17:30:20 +01:00
haste-server/.dockerignore
Manuel 3606db4d90
Make Docker image smaller and fix issue with ignore files
* Exclude a bunch of files and directories not needed for Docker image
* Exclude dev dependencies for Docker image build by introducing a production build script
* Using a different alpine base image and multi-stage build reduces the Docker image by roughly 35 MB alone
* Move babel to dev dependencies
* Fix highlight.min.js accidentally being ignored
2021-02-13 10:35:12 +01:00

23 lines
No EOL
223 B
Text

node_modules
.vscode
.idea
.git
.github
.gitignore
.dockerignore
.eslintignore
.eslintrc.json
data
data-test
docs
test
*.swp
*.swo
*.DS_Store
npm-debug.log
static/application.min.js
config.js
Dockerfile
docker-compose.yml