mirror of
https://github.com/danilt2000/Alma-vid.git
synced 2026-04-24 16:40:47 +03:00
a4e3c8d108
Introduces Dockerfile, docker-compose.yml, .dockerignore, nginx.conf, and a Docker-specific README to enable containerized builds and deployment for the React application using Node.js and nginx. Includes optimized nginx configuration for static assets, security headers, gzip compression, and React Router support.
16 lines
143 B
Plaintext
16 lines
143 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
Dockerfile*
|
|
docker-compose*
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.nyc_output
|
|
coverage
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
.cache
|
|
dist
|