From bb93a71464bc74da2f99cdfdc17a5400dceaf683 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 16 Feb 2023 16:30:31 +0000 Subject: [PATCH] Begin dockerfile prep for new deployment scheme --- .conf/{minify.sh => deploy.sh} | 0 Dockerfile | 2 ++ 2 files changed, 2 insertions(+) rename .conf/{minify.sh => deploy.sh} (100%) diff --git a/.conf/minify.sh b/.conf/deploy.sh similarity index 100% rename from .conf/minify.sh rename to .conf/deploy.sh diff --git a/Dockerfile b/Dockerfile index abc106a..aa9d152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,4 @@ +FROM fedora:latest AS builder + FROM nginx:mainline-alpine-slim COPY . /usr/share/nginx/html \ No newline at end of file