Skip to content

Commit 8750901

Browse files
committed
Align docker build with release.
1 parent cec871c commit 8750901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && \
2020
RUN groupadd -g 30001 garbagecat && \
2121
useradd --no-log-init -m -d /home/garbagecat -u 30001 -g 30001 garbagecat
2222

23-
COPY --from=build /usr/src/app/target/garbagecat-5.0.1-SNAPSHOT.jar /home/garbagecat/garbagecat.jar
23+
COPY --from=build /usr/src/app/target/garbagecat-5.0.1.jar /home/garbagecat/garbagecat.jar
2424

2525
# Run everything as garbagecat
2626
USER garbagecat

0 commit comments

Comments
 (0)