feat: useless files.

This commit is contained in:
吴阴天 2024-02-25 17:00:22 +08:00
parent cfc2c28f02
commit 81d86b6aa5
2 changed files with 15 additions and 2 deletions

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM node:latest
RUN apt-get update \
&& apt-get install -y nginx \
&& git clone https://gitea.ocer.cc/overcast404/ocer-cc.git \
&& cd /ocer-cc \
&& npm install
CMD cd /ocer-cc \
&& git pull \
&& npm run build
CMD ["nginx", "-g", "daemon off;"]

View File

@ -8,11 +8,11 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>吴阴天</title>
<script
<!-- <script
charset="UTF-8"
id="LA_COLLECT"
src="//sdk.51.la/js-sdk-pro.min.js"
></script>
></script> -->
<script>
LA.init({ id: '3HTdvOqsAGXYoW12', ck: '3HTdvOqsAGXYoW12' })
</script>