Skip to content
Alex Arbuckle edited this page Sep 26, 2024 · 12 revisions

A website portfolio crafted to showcase details about yourself, your servers, and your projects. V4. Spring 2024.


Background

The following notebook provides key information about the project, including its purpose, structure, guidelines, and algorithms, helping those who want to learn more by addressing these topics.

Google Drive


Deployment

sudo docker build -t fenaverat .
sudo docker run -p 8052:8052 fenaverat

Note: including the flag -p <port>:<port> is required in order to access the application from outside the container.


Clone this wiki locally