Famous Anthracite!
This commit is contained in:
parent
178550a1a8
commit
81aa8114d2
|
@ -1,8 +1,8 @@
|
||||||
FROM nginx:stable
|
FROM ghcr.io/nickorlow/anthracite:main
|
||||||
|
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN /bin/bash compile.sh
|
RUN /bin/bash compile.sh
|
||||||
RUN cp -r ./out/* /usr/share/nginx/html
|
RUN cp -r ./out/* /www/
|
||||||
|
|
Loading…
Reference in a new issue