Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #287 from E-Edu/issue/285
Browse files Browse the repository at this point in the history
Fixed docker error
  • Loading branch information
PAException authored May 27, 2020
2 parents 49aa386 + d744cc1 commit 37ac5b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM adoptopenjdk/openjdk11:alpine-jre

WORKDIR /eedu

COPY /target/task-service-0.1-SNAPSHOT.jar taskms.jar
COPY /target/task-service-0.1.0-SNAPSHOT.jar taskms.jar

EXPOSE 80

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ services:
environment:
DATABASE_HOSTNAME: task_database
DATABASE_PORT: 3306
DATABASE_USERNAME: e-edu
DATABASE_PASSWORD: e-edu
DATABASE_DATABASE: e-edu
DATABASE_USERNAME: gewia
DATABASE_PASSWORD: gewia
DATABASE_DATABASE: gewia
JWT_SECRET: SECRET
SERVICE_SECRET: SECRET
PRODUCTIVE: "false"
Expand Down

0 comments on commit 37ac5b3

Please sign in to comment.