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 cdc5291 commit c574bd2
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 @@ -11,4 +11,4 @@ WORKDIR /mapmap-server

COPY mapmap-server.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}'"]
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 c574bd2

Please sign in to comment.