edp963 / davinci-docker

Davinci Docker Deployment
Apache License 2.0
154 stars 99 forks source link

fix bug #25

Closed pengjunzhen closed 3 years ago

pengjunzhen commented 4 years ago

1、unzip not work location: Dockerfile. In CentOS 7, docker build can not work. The error message said it did not support( I guess the base image "openjdk:8u242-jdk" no support this command). I use "tar -xf" replace "unzip" , then it work. 2、TIME_ZONE not work location: docker-compose.yml.
use TZ replace TIME_ZONE, it works and i can see the current local time in docker container.

cabbage89 commented 3 years ago

thks