about summary refs log tree commit diff
path: root/users/fcuny/blog/Dockerfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-05 17:56:27 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-05 17:56:27 -0700
commit01ccf6edd88a66682c1866e8248420fb90ecbfd6 (patch)
tree98f6239cb1a098bffab66b10cd964fa374feaf32 /users/fcuny/blog/Dockerfile
parentfeat(ops/github): add notes.fcuny.net and containerd-to-vm (diff)
downloadworld-01ccf6edd88a66682c1866e8248420fb90ecbfd6.tar.gz
ref(fcuny/blog): delete the blog
The blog moved back to https://github.com/fcuny/fcuny.net
Diffstat (limited to 'users/fcuny/blog/Dockerfile')
-rw-r--r--users/fcuny/blog/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/fcuny/blog/Dockerfile b/users/fcuny/blog/Dockerfile
deleted file mode 100644
index 64c0f97..0000000
--- a/users/fcuny/blog/Dockerfile
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM klakegg/hugo:0.91.2-ext-alpine-onbuild AS hugo
-
-FROM pierrezemb/gostatic
-
-COPY --from=hugo /target /srv/http/
-
-CMD ["-port", "8080" , "-https-promote"]