Skip to content

Commit

Permalink
build: make docker image smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 13, 2022
1 parent 9365fce commit 939d1e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions etc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gcr.io/distroless/static

COPY /dist/chii.exe /app/chii.exe

ENTRYPOINT ["/app/chii.exe"]

COPY /dist/chii.exe /app/chii.exe
4 changes: 2 additions & 2 deletions etc/archive.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gcr.io/distroless/static

COPY /dist/archive.exe /app/archive.exe

ENTRYPOINT ["/app/archive.exe"]

COPY /dist/archive.exe /app/archive.exe
4 changes: 2 additions & 2 deletions etc/canal.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gcr.io/distroless/static

COPY /dist/canal.exe /app/canal.exe

ENTRYPOINT ["/app/canal.exe"]

COPY /dist/canal.exe /app/canal.exe

0 comments on commit 939d1e6

Please sign in to comment.