mirror of
https://github.com/SunRed/haste-server.git
synced 2024-10-31 17:30:20 +01:00
Manuel
3606db4d90
* 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
23 lines
No EOL
223 B
Text
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 |