Skip to content

Commit 191ebbd

Browse files
authored
fix: remove install and copy from dockerfile (#67)
1 parent f276931 commit 191ebbd

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.dockerignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,4 @@ RUN apk add openjdk11 maven jq bash perl curl
88

99
WORKDIR /app
1010

11-
COPY package.json yarn.lock .yarnrc.yml ./
12-
COPY clients/ ./clients/
13-
COPY .yarn .yarn
14-
RUN yarn install
15-
16-
RUN mkdir dist
17-
RUN curl -L "https://github.com/google/google-java-format/releases/download/v1.13.0/google-java-format-1.13.0-all-deps.jar" > dist/google-java-format-1.13.0-all-deps.jar
18-
19-
COPY . .
20-
2111
CMD ["bash"]

0 commit comments

Comments
 (0)