We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7204b85 commit 21bd0d7Copy full SHA for 21bd0d7
Dockerfile
@@ -16,6 +16,8 @@ COPY .env .
16
COPY src src
17
COPY src/main/resources/ga4-service-account.json /tmp/ga4-service-account.json
18
19
+RUN apt-get update && apt-get install -y zip
20
+
21
# 애플리케이션 빌드
22
RUN gradle build -x test --no-daemon
23
0 commit comments