Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bdg-web-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
bdg-web-server
Commits
b10c1103
Commit
b10c1103
authored
Sep 16, 2023
by
陈新宁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add repo
parent
a1eb08c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
9 deletions
+20
-9
.beagle/dockerfile
.beagle/dockerfile
+20
-9
No files found.
.beagle/dockerfile
View file @
b10c1103
...
...
@@ -2,17 +2,28 @@ FROM registry.cn-qingdao.aliyuncs.com/wod/openjdk:8-jdk-slim-migration-amd64
ENV
CATALINA_HOME=/home/server/tomcat/
COPY
../
build/package/ /home/
COPY
build/package/ /home/
COPY
../
build/img/login_wenzi.png /home/www/ROOT/WEB-INF/classes/static/img/login_wenzi.png
COPY
build/img/login_wenzi.png /home/www/ROOT/WEB-INF/classes/static/img/login_wenzi.png
COPY
../
build/conf/application-druid.yml /home/www/ROOT/WEB-INF/classes/application-druid.yml
COPY
build/conf/application-druid.yml /home/www/ROOT/WEB-INF/classes/application-druid.yml
RUN
mkdir
-p
/home/server
&&
\
mkdir
-p
/home/logs
&&
\
mv
/home/tomcat /home/server/tomcat
&&
\
mv
/home/kettle /home/server/kettle
RUN
mkdir
-p
/home/logs
&&
\
cp
-a
/etc/apt/sources.list /etc/apt/sources.list.bak
&&
\
echo
"deb https://mirrors.tencent.com/debian/ bullseye main non-free contrib
\n\
deb-src https://mirrors.tencent.com/debian/ bullseye main non-free contrib
\n\
deb https://mirrors.tencent.com/debian-security/ bullseye-security main
\n\
deb-src https://mirrors.tencent.com/debian-security/ bullseye-security main
\n\
deb https://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib
\n\
deb-src https://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib
\n\
deb https://mirrors.tencent.com/debian/ bullseye-backports main non-free contrib
\n\
deb-src https://mirrors.tencent.com/debian/ bullseye-backports main non-free contrib"
\
>
/etc/apt/sources.list
&&
\
sed
-i
's/^[ \t]*//g'
/etc/apt/sources.list
&&
\
apt-get update
&&
\
apt
install
-y
curl net-tools procps inetutils-ping
&&
\
rm
-rf
/var/lib/apt/lists/
*
CMD
/home/server/tomcat/bin/startup.sh && \
sleep
10
s && \
sleep
5
s && \
tail -f /home/server/tomcat/logs/catalina.out
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment