normogen/backend/docker
goose 078acd92d1
Some checks failed
Lint and Build / Lint (push) Failing after 4s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
Fix Dockerfile CMD path - Change from ./normogen-backend to normogen-backend
The Dockerfile had an incorrect CMD path that caused the container to fail
with 'stat ./normogen-backend: no such file or directory'. The binary was
being copied to /usr/local/bin/ but the CMD was trying to execute it from
the current working directory.

This fix changes the CMD to use the absolute path which resolves the issue.
2026-03-05 10:15:58 -03:00
..
Dockerfile Fix Dockerfile CMD path - Change from ./normogen-backend to normogen-backend 2026-03-05 10:15:58 -03:00
Dockerfile.dev fix: correct docker environment variable name and remove unnecessary runtime deps 2026-02-28 16:55:36 -03:00
EDITION2024-FIX.md fix(docker): Update to Rust 1.93 to support Edition 2024 2026-02-15 14:05:15 -03:00
MONGODB-HEALTHCHECK-FIX.md fix(docker): Fix MongoDB healthcheck configuration 2026-02-15 14:16:08 -03:00