Merge branch 'main' of github.com:nickorlow/personal-site
This commit is contained in:
commit
0148fb5d33
|
@ -1,8 +1,8 @@
|
||||||
FROM nginx:stable
|
FROM ubuntu as build-env
|
||||||
|
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN /bin/bash compile.sh
|
RUN /bin/bash compile.sh
|
||||||
RUN cp -r ./out/* /usr/share/nginx/html
|
|
||||||
|
FROM ghcr.io/nickorlow/anthracite:0.2.1
|
||||||
|
COPY --from=build-env /site/out/ /www/
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
||||||
<p style="margin-top: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
|
<p style="margin-top: 0px; margin-bottom: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
|
||||||
|
<p style="margin-top: 0px;">Powered by <a href="https://github.com/nickorlow/anthracite">Anthracite Web Server</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue