chore(docker): add image for node
Some checks failed
Build and Push Docker Images / Build app image (push) Failing after 10s
Build and Push Docker Images / Build database image (push) Successful in 9s

This commit is contained in:
thibaud-leclere
2026-03-28 13:54:43 +01:00
parent 7abca03122
commit cb0ea949f6

View File

@@ -21,6 +21,7 @@ services:
context: . context: .
dockerfile: docker/node/Dockerfile dockerfile: docker/node/Dockerfile
target: dev target: dev
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/node:latest
volumes: volumes:
- .:/app - .:/app
- vendor:/app/vendor - vendor:/app/vendor