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
|
||||
|
||||
COPY . /app/
|
||||
RUN hugo
|
||||
|
||||
FROM registry.odit.services/hub/hugomods/hugo:nginx
|
||||
FROM hugomods/hugo:nginx
|
||||
COPY --from=build /app/public /site
|
Loading…
x
Reference in New Issue
Block a user