Skip to content

Commit

Permalink
feat:add 前端静态文件
Browse files Browse the repository at this point in the history
  • Loading branch information
mao888 committed Apr 24, 2023
1 parent 859af56 commit cd00585
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 31 deletions.
12 changes: 6 additions & 6 deletions bluebell_backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ COPY ./conf /conf
# 从builder镜像中把可执行文件拷贝到当前目录
COPY --from=builder /build/bluebell_app /

RUN set -eux \

&& apt-get update \
&& apt-get install -y --no-install-recommends netcat \
&& chmod 755 wait-for.sh
#RUN set -eux \
#
# && apt-get update \
# && apt-get install -y --no-install-recommends netcat \
# && chmod 755 wait-for.sh

# 声明服务端口
EXPOSE 8081

# 需要运行的命令
#ENTRYPOINT ["/bluebell_app", "conf/config.yaml"]
ENTRYPOINT ["/bluebell_app", "conf/config.yaml"]
File renamed without changes.
1 change: 0 additions & 1 deletion bluebell_backend/static/css/app.45e71b2d.css

This file was deleted.

1 change: 1 addition & 0 deletions bluebell_backend/static/css/app.e8cc304a.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bluebell_backend/static/css/chunk-vendors.2ee80128.css

Large diffs are not rendered by default.

Binary file modified bluebell_backend/static/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bluebell_backend/static/img/logo.938d1d61.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed bluebell_backend/static/img/logo.da56125f.png
Binary file not shown.
2 changes: 0 additions & 2 deletions bluebell_backend/static/js/app.cc99b99a.js

This file was deleted.

1 change: 0 additions & 1 deletion bluebell_backend/static/js/app.cc99b99a.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions bluebell_backend/static/js/app.d485742f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bluebell_backend/static/js/app.d485742f.js.map

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions bluebell_backend/static/js/chunk-vendors.57f9e9d6.js

This file was deleted.

1 change: 0 additions & 1 deletion bluebell_backend/static/js/chunk-vendors.57f9e9d6.js.map

This file was deleted.

42 changes: 42 additions & 0 deletions bluebell_backend/static/js/chunk-vendors.ce2df009.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bluebell_backend/static/js/chunk-vendors.ce2df009.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bluebell_backend/templates/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/static/favicon.ico><title>bluebell_frontend</title><link href=/static/css/app.45e71b2d.css rel=preload as=style><link href=/static/js/app.cc99b99a.js rel=preload as=script><link href=/static/js/chunk-vendors.57f9e9d6.js rel=preload as=script><link href=/static/css/app.45e71b2d.css rel=stylesheet></head><body><noscript><strong>We're sorry but bluebell_frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.57f9e9d6.js></script><script src=/static/js/app.cc99b99a.js></script></body></html>
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/static/favicon.ico><title>bluebell_frontend</title><link href=/static/css/app.e8cc304a.css rel=preload as=style><link href=/static/css/chunk-vendors.2ee80128.css rel=preload as=style><link href=/static/js/app.d485742f.js rel=preload as=script><link href=/static/js/chunk-vendors.ce2df009.js rel=preload as=script><link href=/static/css/chunk-vendors.2ee80128.css rel=stylesheet><link href=/static/css/app.e8cc304a.css rel=stylesheet></head><body><noscript><strong>We're sorry but bluebell_frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.ce2df009.js></script><script src=/static/js/app.d485742f.js></script></body></html>

0 comments on commit cd00585

Please sign in to comment.