diff --git a/Dockerfile b/Dockerfile index 56d2e35..39a1b12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,8 +52,8 @@ COPY src/common-authorization-2.0.2-4.3.0.jar /home/gcube/gCore/lib/common-autho # Update loggin settings # Log with debug -COPY src/container-log4j.properties.stdout.debug /home/gcube/gCore/container-log4j.properties -# COPY src/container-log4j.properties /home/gcube/gCore/ +# COPY src/container-log4j.properties.stdout.debug /home/gcube/gCore/container-log4j.properties +COPY src/container-log4j.properties /home/gcube/gCore/ COPY src/logging.jul.properties /home/gcube/gCore/ RUN chown -R gcube:gcube /home/gcube/gCore diff --git a/README.md b/README.md index 0dde7b8..3cce07b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ The included Docker file will build a default image for the gHN distribution ## Build the image ```shell -$ docker build -t ghn-distribution . +$ docker build -t gcore-distribution . ``` ## Run the image ```shell -$ docker container run --name gcore-hosting-node -p 8080:8080 ghn-distribution +$ docker container run --name gcore-hosting-node -p 8080:8080 gcore-distribution ```