diff options
author | Julio Capote <jcapote@gmail.com> | 2023-02-12 14:51:37 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-02-12 14:51:37 +0000 |
commit | f374aae962d25beeeb05f180e59cdef7c9e3be9b (patch) | |
tree | 431b9e356474bb9e3e8d1e20936a024570cf8c66 /Containerfile | |
parent | 72d883f2d3db0b599a9548afbdc01dab0c903ce6 (diff) | |
download | capotej.com-f374aae962d25beeeb05f180e59cdef7c9e3be9b.tar.gz |
remove container stuff
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Containerfile b/Containerfile deleted file mode 100644 index 71a3c5c..0000000 --- a/Containerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM alpine:3 -RUN apk add --no-cache git hugo nginx -COPY clone-generate-and-serve.sh /bin/clone-generate-and-serve.sh -COPY nginx.conf /etc/nginx/http.d/default.conf -EXPOSE 80 -STOPSIGNAL SIGQUIT -CMD ["/bin/clone-generate-and-serve.sh"] |