Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 427 Bytes

File metadata and controls

16 lines (10 loc) · 427 Bytes

Docker

You can use Docker together with Docker Compose.

Docker file is also reused for Github Code Spaces based setup.

Development Server

To run development server within docker in a way it supports changes to be done from host machine run:

docker-compose up

See docker-compose.yaml for more information.