spring-attic / top-spring-boot-docker

Spring Boot Docker:: Topical guide to using Docker and how to create container images for Spring Boot applications :: spring-boot
https://spring.io/guides/topicals/spring-boot-docker
180 stars 127 forks source link

Fixing incorrect docker command #35

Open HaigNalbandian opened 7 months ago

HaigNalbandian commented 7 months ago

The first stage of this Dockerfile runs COPY from the host machine into the container.

The intent is to rename the jar already built in the container for use in the second stage, hence RUN mv.

pivotal-cla commented 7 months ago

@HaigNalbandian Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

HaigNalbandian commented 7 months ago

@pivotal-cla This is an Obvious Fix

pivotal-cla commented 7 months ago

@HaigNalbandian This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.

HaigNalbandian commented 7 months ago

Tagging @Buzzardo @rubensa because I feel this is a fairly big fix