From f9446e6988f44391d54d047356425cbc5ef4cf8d Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Mon, 1 May 2023 21:07:29 +0100 Subject: [PATCH] production base url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39ca9c9..b5fb157 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /sarsooxyz.hugo RUN hugo \ --minify \ - --baseURL http://localhost:10000 + --baseURL https://sarsoo.xyz/ FROM nginx COPY --from=build /sarsooxyz.hugo/public /usr/share/nginx/html/ \ No newline at end of file