mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-17 01:12:37 +00:00
@@ -1,4 +1,4 @@
|
||||
FROM inrgihc/maven-aliyun:3.6.3-jdk-8
|
||||
FROM openjdk:8-jre-alpine
|
||||
|
||||
ADD dbswitch-release.tar.gz /
|
||||
|
||||
@@ -8,5 +8,5 @@ USER root
|
||||
|
||||
WORKDIR /dbswitch-release
|
||||
|
||||
CMD [ "/dbswitch-release/bin/startup.sh"]
|
||||
CMD ["/dbswitch-release/bin/startup.sh"]
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Author : tang
|
||||
# Date :2021-07-31
|
||||
|
Reference in New Issue
Block a user