From 7fd9c3b6ad81be339cd38ed6b2c8f36087b23ee2 Mon Sep 17 00:00:00 2001 From: Philipp Defner Date: Thu, 11 Jul 2024 22:49:12 +0200 Subject: [PATCH] Add Dokku nginx file to image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 496fd30..f05559c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ENV GOGC=off # Add our code ADD ./ $GOPATH/src/github.com/dewey/paste-my-taste ADD /web/dist /web/dist +ADD /nginx.conf.sigil /nginx.conf.sigil # build WORKDIR $GOPATH/src/github.com/dewey/paste-my-taste