Verify your Docker and Docker Compose versions by running:
docker --version
docker-compose --version
Clone the repository to your local machine:
Build the Docker image:
docker build -t langaracpscnext:latest .
Start the container:
docker run -p 3000:3000 langaracpscnext:latest
Access the Langara Computer Science Club site at http://localhost:3000.
Here are some common issues and their solutions:
Error: OCI runtime create failed
Error: Failed to load resource: net::ERR_CONNECTION_REFUSED
docker ps
docker logs <container_id>
For additional support, please open an issue on the GitHub repository or contact the Langara CPSC Club administrators.