Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcar committed May 15, 2023
1 parent e64ac56 commit 12b115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ENV LOGGIN_LEVEL INFO

WORKDIR /mapmap-server

COPY mapmap-server/target/*.jar mapmap-server.jar
COPY mapmap-server/target/*.jar .

ENTRYPOINT ["java","-jar","/mapmap-server/mapmap-server.jar", "--spring.datasource.url='${DATABASE_URL}'", "--spring.datasource.username='${DATABASE_USER}'", "--spring.datasource.password='${DATABASE_PASSWORD}'", "--logging.level.root='${LOGGIN_LEVEL}'"]

0 comments on commit 12b115c

Please sign in to comment.