Skip to content

Commit 6168ad5

Browse files
authored
Update Dockerfile
1 parent 500f216 commit 6168ad5

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
@@ -4,7 +4,7 @@ WORKDIR /usr/src/app
44

55
COPY . /usr/src/app
66
RUN mvn package
7-
RUN echo 12a11x > out.out
7+
RUN echo 33 > out.out
88
ENV PORT 5000
99
EXPOSE $PORT
1010
CMD [ "sh", "-c", "mvn -Dserver.port=${PORT} spring-boot:run" ]

0 commit comments

Comments
 (0)