This commit introduces Docker support for the application to ensure a consistent and reproducible environment across different deployment targets. - Added for building a Docker image of the application. - Added to exclude unnecessary files from the Docker image. - Improved error handling in to provide more descriptive messages when the server returns an unexpected response, aiding in debugging. - Included changes, likely from local testing.
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
# Ignore dependencies, git, and local development files
|
|
node_modules
|
|
.git
|
|
.gitignore
|
|
.env
|
|
Dockerfile
|
|
.dockerignore
|
|
README.md
|