Compare commits

..

No commits in common. "e22fb71daa3f2943e18e37563a84a722f5180e6d" and "96ec5fd666e76ed26c22e420aafda0b44fb3ec35" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
*lock
public/**

View File

@ -1,8 +1,8 @@
FROM hugomods/hugo:exts as build
FROM registry.odit.services/hub/hugomods/hugo:exts as build
WORKDIR /app
COPY . /app/
RUN hugo
FROM hugomods/hugo:nginx
FROM registry.odit.services/hub/hugomods/hugo:nginx
COPY --from=build /app/public /site