using debug url

This commit is contained in:
Andy Pack 2023-05-01 20:58:43 +01:00
parent 9e619653b4
commit ed421e2fc5
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -5,7 +5,7 @@ WORKDIR /sarsooxyz.hugo
RUN hugo \
--minify \
--baseURL sarsoo.xyz
--baseURL http://localhost:10000
FROM nginx
COPY --from=build /sarsooxyz.hugo/public /usr/share/nginx/html/