dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_manage
吉安感知网项目-后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(auth): 修复权限判断逻辑错误
linwei
3 days ago
8754350da1af538787b239530b950a15a351ab8a
[jagzwxm/ja_manage.git]
/
Dockerfile
1
2
3
4
5
6
7
8
FROM maven:3.6-jdk-11
# Set working dir
WORKDIR /data
COPY ./target/*.jar /data/
CMD echo 1