- Install dependencies:
composer install
- Build docker image:
docker build -t computer-anything .
- Run docker container:
docker run -p 8080:80 computer-anything
- Access the application:
http://localhost:8080
Render is used for deployment. The application is deployed to a server.