Compare commits
No commits in common. "e22fb71daa3f2943e18e37563a84a722f5180e6d" and "96ec5fd666e76ed26c22e420aafda0b44fb3ec35" have entirely different histories.
e22fb71daa
...
96ec5fd666
@ -1,2 +0,0 @@
|
|||||||
*lock
|
|
||||||
public/**
|
|
@ -1,8 +1,8 @@
|
|||||||
FROM hugomods/hugo:exts as build
|
FROM registry.odit.services/hub/hugomods/hugo:exts as build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
FROM hugomods/hugo:nginx
|
FROM registry.odit.services/hub/hugomods/hugo:nginx
|
||||||
COPY --from=build /app/public /site
|
COPY --from=build /app/public /site
|
Loading…
x
Reference in New Issue
Block a user