- Clone the repository
- run
npm install - run
node .to start the server
- Pull the image from docker hub (styxies/express_app:latest)
- Run the image with
docker run -p 80:80 -p 443:443 styxies/express_app:latest
To run the server in https mode, you need to pass the key and the certificate when you start the server. For example:
node . "BEGIN CERTIFICATE" "BEGIN PRIVATE KEY"This website was created for my COMP229 course. It stores all of the projects relating to the course. The server hosted version of the website can be found here