Skip to content

Commit 5c0fb43

Browse files
committed
[fix] 마지막 ecs 배포시도 - dockerfile 수정 + remove react
1 parent 4fc810e commit 5c0fb43

39 files changed

+19
-8312
lines changed

.dockerignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ README.md
2222
# 민감 보안 관련
2323
.env
2424

25-
26-
25+
awscliv2.zip
26+
aws
2727

2828

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ bin/
4646
# 민감 보안
4747
.env
4848
.dockerignore
49+
awscliv2.zip
50+
aws

.idea/workspace.xml

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ ENV PROJECT_NAME=discodeit
1313
ENV PROJECT_VERSION=1.2-M8
1414
ENV JVM_OPTS=""
1515

16-
ENTRYPOINT ["sh", "-c", "java ${JVM_OPTS} -jar /app/build/libs/${PROJECT_NAME}-${PROJECT_VERSION}.jar"]
16+
ENTRYPOINT ["sh", "-c", "exec java $JVM_OPTS -jar /app/build/libs/$PROJECT_NAME-$PROJECT_VERSION.jar $APP_OPTS"]
17+

react-project/.gitignore

-24
This file was deleted.

react-project/README.md

-8
This file was deleted.

react-project/eslint.config.js

-40
This file was deleted.

react-project/index.html

-13
This file was deleted.

0 commit comments

Comments
 (0)