synchronization
This commit is contained in:
17
datax-web/datax-admin/Dockerfile
Normal file
17
datax-web/datax-admin/Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM docker.io/library/openjdk:8
|
||||
|
||||
LABEL maintainer="Offends <offends4@163.com>"
|
||||
|
||||
ADD datax-web-2.1.2.tar.gz /
|
||||
|
||||
RUN /datax-web-2.1.2/bin/install.sh --force \
|
||||
&& rm -rf /datax-web-2.1.2/modules/datax-executor \
|
||||
&& rm -rf /datax-web-2.1.2/userGuid.md \
|
||||
&& rm -rf /datax-web-2.1.2/README.md \
|
||||
&& rm -rf /datax-web-2.1.2/packages
|
||||
|
||||
COPY ./bootstrap.properties /datax-web-2.1.2/modules/datax-admin/conf/bootstrap.properties
|
||||
|
||||
EXPOSE 9527
|
||||
|
||||
CMD /bin/bash -c "/datax-web-2.1.2/bin/start.sh -m datax-admin && tail -f /datax-web-2.1.2/modules/datax-admin/bin/console.out"
|
Reference in New Issue
Block a user