Skip to content

Commit

Permalink
don't copy unused old dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tirea committed Jun 19, 2020
1 parent 5299173 commit 0d73342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM scratch

COPY --from=builder /user/group /user/passwd /etc/
COPY --from=builder /fwew /fwew
COPY --from=builder /go/src/.fwew/config.json /go/src/.fwew/dictionary.txt /go/src/.fwew/dictionary-v2.txt /home/user/.fwew/
COPY --from=builder /go/src/.fwew/config.json /go/src/.fwew/dictionary-v2.txt /home/user/.fwew/
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

USER user:user
Expand Down

0 comments on commit 0d73342

Please sign in to comment.