diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-04 02:06:27 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-04 02:06:27 +0000 |
commit | bf04383b34c4a4fdfe239de2805a30a051921002 (patch) | |
tree | 88cedff661d1852653e42bcaf451018c57cc9bdf | |
parent | 18a8f434b98dcbbc8057b8a428a1f5ea617ad6b9 (diff) | |
download | capotej.com-bf04383b34c4a4fdfe239de2805a30a051921002.tar.gz |
add containerfile
-rw-r--r-- | Containerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..fb8eb2e --- /dev/null +++ b/Containerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY public /usr/share/nginx/html |