refactor(container): Switch to base images from dockerhub
This commit is contained in:
parent
3fea70ce17
commit
e22fb71daa
@ -1,8 +1,8 @@
|
|||||||
FROM registry.odit.services/hub/hugomods/hugo:exts as build
|
FROM hugomods/hugo:exts as build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
FROM registry.odit.services/hub/hugomods/hugo:nginx
|
FROM hugomods/hugo:nginx
|
||||||
COPY --from=build /app/public /site
|
COPY --from=build /app/public /site
|
Loading…
x
Reference in New Issue
Block a user