Skip to content

Commit

Permalink
front and back separation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann0617 committed Apr 2, 2024
1 parent 02f371a commit 4e42d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN yum install -y bind-utils curl epel-release \
&& yum install -y jq \
&& yum clean all \
&& ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone \
&& mkdir -p /app && touch /app/scan.db
&& mkdir -p /app/front/ && touch /app/scan.db && touch /app/front/proxyIp.html

# 设置工作目录
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion foreign-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server:

front:
# dir: "file:///C:/Users/Administrator/Desktop/" # Windows
dir: "file:///root/proxyip/front/" # Linux
dir: "file:///app/front/" # Linux

spring:
datasource:
Expand Down

0 comments on commit 4e42d25

Please sign in to comment.