aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-11-17 16:23:51 -0700
committerMelody Horn <melody@boringcactus.com>2020-11-17 16:23:51 -0700
commit4e7085e82e7aa48b8bc404fd7926b673fc425cdf (patch)
tree0f2d01cc638c86f799e5e5652ea1f3f420ab4fbc /Dockerfile
parent4bd4d8dab61993b7d24ee1ca147264ad761dfc68 (diff)
downloadboringcactus.com-4e7085e82e7aa48b8bc404fd7926b673fc425cdf.tar.gz
boringcactus.com-4e7085e82e7aa48b8bc404fd7926b673fc425cdf.zip
rework around cactus-ssg
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index cac9cee..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,6 +0,0 @@
-FROM jekyll/jekyll AS build
-COPY . /srv/jekyll
-RUN jekyll build && cp -r /srv/jekyll/_site /var/jekyll_site
-
-FROM nginx
-COPY --from=build /var/jekyll_site /usr/share/nginx/html