From 5ed307a11ad409f35bcc7fff3bd77d7e5a7267e9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 9 Apr 2020 22:12:27 +0100 Subject: [PATCH] Use regular slim container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6cb1976..379ceaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM jojomi/hugo:0.68.3 as hugo RUN chmod 0777 /usr/local/sbin/hugo # Site Build -FROM node:lts-buster-slim as build +FROM node:lts-slim as build ENV NODE_ENV production