Skip to content

Commit

Permalink
fix: remove install and copy from dockerfile (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Jan 6, 2022
1 parent f276931 commit 191ebbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,4 @@ RUN apk add openjdk11 maven jq bash perl curl

WORKDIR /app

COPY package.json yarn.lock .yarnrc.yml ./
COPY clients/ ./clients/
COPY .yarn .yarn
RUN yarn install

RUN mkdir dist
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

COPY . .

CMD ["bash"]

0 comments on commit 191ebbd

Please sign in to comment.