Skip to content

Commit eac9bc8

Browse files
committed
troubleshooting dockerfile - fix uppercase letters in the filename
1 parent 7aea515 commit eac9bc8

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
@@ -1,6 +1,6 @@
11
FROM openjdk:21-slim-buster
22
RUN mkdir workspace
33
WORKDIR /workspace/
4-
COPY target/* .
4+
COPY target/salesmanager-*-SNAPSHOT.jar .
55
EXPOSE 8086
66
CMD ["/bin/sh", "-c", "java -Doracle.jdbc.timezoneAsRegion=false -jar SalesManager-*-SNAPSHOT.jar --spring.datasource.url=jdbc:oracle:thin:@172.16.5.4:49161/xe"]

0 commit comments

Comments
 (0)