production base url
This commit is contained in:
parent
ed421e2fc5
commit
f9446e6988
@ -5,7 +5,7 @@ WORKDIR /sarsooxyz.hugo
|
|||||||
|
|
||||||
RUN hugo \
|
RUN hugo \
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL http://localhost:10000
|
--baseURL https://sarsoo.xyz/
|
||||||
|
|
||||||
FROM nginx
|
FROM nginx
|
||||||
COPY --from=build /sarsooxyz.hugo/public /usr/share/nginx/html/
|
COPY --from=build /sarsooxyz.hugo/public /usr/share/nginx/html/
|
Loading…
Reference in New Issue
Block a user