chore: rename blog->eiblog

This commit is contained in:
deepzz0
2021-04-29 11:17:20 +08:00
parent 9c341f88d2
commit 2fbc5fa024
27 changed files with 193 additions and 97 deletions

View File

@@ -0,0 +1,16 @@
FROM alpine:latest
LABEL maintainer="deepzz.qi@gmail.com"
COPY README.md /app/README.md
COPY CHANGELOG.md /app/CHANGELOG.md
COPY LICENSE /app/LICENSE
COPY bin/backend /app/backend
COPY conf /app/conf
COPY website /app/website
COPY assets /app/assets
EXPOSE 9000
WORKDIR /app
CMD ["backend"]