-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.
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.