Skip to content

Missing -Dspring.profiles.active=docker in Dockerfile for Config server?  #5

@binakot

Description

@binakot

Hi there.

I see -Dspring.profiles.active=docker in Dockerfile for Config server in branch B8 and blog part 6.

ENTRYPOINT ["java","-Dspring.profiles.active=docker","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

But there is no this option in master branch.

ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

Is it a bug? Or why did you do it?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions