From b74e9e85afe7a3db9f2f329cc7b5a1632aa16d02 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 5 Oct 2022 17:58:37 -0700 Subject: ref(fcuny/notes): delete notes The notes are at https://github.com/fcuny/notes.fcuny.net --- users/fcuny/notes/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 users/fcuny/notes/Dockerfile (limited to 'users/fcuny/notes/Dockerfile') diff --git a/users/fcuny/notes/Dockerfile b/users/fcuny/notes/Dockerfile deleted file mode 100644 index 64c0f97..0000000 --- a/users/fcuny/notes/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"] -- cgit v1.2.3