1
Fork 0

Use regular slim container

This commit is contained in:
Jake Howard 2020-04-09 22:12:27 +01:00
parent b8bbeda3b9
commit 5ed307a11a
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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