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
|
||||
|
||||
COPY . .
|
||||
|
||||
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>
|
||||
<hr />
|
||||
<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>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue