Merge branch 'main' of github.com:nickorlow/personal-site

This commit is contained in:
Nicholas Orlowsky 2023-11-16 12:59:34 -05:00
commit 0148fb5d33
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B
2 changed files with 6 additions and 5 deletions

View file

@ -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/

View file

@ -17,6 +17,7 @@
<footer>
<hr />
<p style="margin-bottom: 0px;">Copyright &#169; 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>