Skip to content

Update Guide For zsh users(gradle dockerizing not working) #88

@ksundong

Description

@ksundong

In my environment(Mac OS BigSur, Gradle, zsh).

This command not worked for me:

docker build --build-arg JAR_FILE=build/libs/*.jar -t springio/gs-spring-boot-docker .

And it worked for me:

docker build --build-arg 'JAR_FILE=build/libs/*.jar' -t springio/gs-spring-boot-docker .

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