wpwilson10 / PatrickWilsonSite

Client and server for my personal website patrickwilson.site
MIT License
0 stars 0 forks source link

WPW

Client

Server

Caddy

------ Not currently using docker setup below -------

How to make docker

In Windows Terminal, in this directory -docker build -t patrickwilsonsite:1.0 . -- Make the image using the Dockerfile config -docker save -o patrickwilsonsite.tar patrickwilsonsite -- Turns it into a file that can be export to server

On server, in this directory

Clean up docker