Update Dockerfile
This commit is contained in:
parent
0078fc90ff
commit
5f4ec35612
|
@ -5,4 +5,4 @@ COPY . .
|
|||
RUN /bin/bash compile.sh
|
||||
|
||||
FROM ghcr.io/nickorlow/anthracite:main
|
||||
COPY --from=build-env ./out/ /www/
|
||||
COPY --from=build-env /site/out/ /www/
|
||||
|
|
Loading…
Reference in a new issue