Skip to content

Commit 9d3fb3c

Browse files
committed
🐛 Fix : 빌드 버그 및 output파일 제거
1 parent 57bc37a commit 9d3fb3c

13 files changed

+4
-11
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.zip
2+
*.jar

okt-builder.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ LABEL author="[email protected]"
44

55
COPY create-okt.sh /
66

7-
RUN apt update
8-
RUN apt upgrade
7+
RUN apt update -y
8+
RUN apt upgrade -y
99
RUN apt install -y maven
1010
RUN apt install -y zip
1111
RUN apt install -y python3-pip
-10.1 MB
Binary file not shown.
-9.92 MB
Binary file not shown.

output/elasticsearch/dic/sample-dictionary

-3
This file was deleted.
Binary file not shown.
-5.23 MB
Binary file not shown.

output/elasticsearch/plugin-descriptor.properties

-6
This file was deleted.
-5 MB
Binary file not shown.
-49.5 KB
Binary file not shown.

output/open-korean-text-2.1.0.jar

-5.23 MB
Binary file not shown.

output/scala-library-2.12.4.jar

-5 MB
Binary file not shown.

output/twitter-text-1.14.7.jar

-49.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)