Files
hermes-workspace/.dockerignore
Eric be7f43980f feat: add Dockerfile, docker-compose.yml, and .dockerignore
Multi-stage build (node:22-alpine). Non-root user. Connects to
host gateway via host.docker.internal by default.

Usage:
  docker compose up --build

Requested by @tharshan_09
2026-02-13 14:40:35 -05:00

19 lines
183 B
Plaintext

node_modules
.output
dist
.env
.env.local
.env.*.local
.git
.gitignore
.vscode
.idea
*.md
!README.md
!CONTRIBUTING.md
!SECURITY.md
LICENSE
Dockerfile
docker-compose.yml
.dockerignore