fix(server): set the dev server restart policy of the dev server container to match the other containers (#16753)

set the restart policy of the dev server container to match the other containers
This commit is contained in:
Nicholas Flamy 2025-03-09 23:25:03 -04:00 committed by GitHub
parent 70a08707d2
commit c6ede48e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ services:
context: ../
dockerfile: server/Dockerfile
target: dev
restart: always
restart: unless-stopped
volumes:
- ../server:/usr/src/app
- ../open-api:/usr/src/open-api