We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c2b4d + 02f9eb7 commit f07afc0Copy full SHA for f07afc0
1 file changed
spot-user/Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /app
3
4
COPY build/libs/spot-user-0.0.1-SNAPSHOT.jar app.jar
5
6
-# /config 디렉토리의 설정 파일을 추가로 읽음
+# /config 디렉토리의 설정 파일을 추가로 읽음.
7
ENV SPRING_CONFIG_ADDITIONAL_LOCATION=file:/config/
8
9
EXPOSE 8081
0 commit comments