Skip to content

Commit 6bd0fcd

Browse files
committed
add LICENSE
1 parent 14fd52c commit 6bd0fcd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.git*
22
*.md
3-
LICENSE
43
maintain/
54
project*

arch.dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# :: Util
2-
FROM alpine AS util
2+
FROM alpine/git AS util
33

44
ARG NO_CACHE
55

66
RUN set -ex; \
7-
apk --no-cache --update add \
8-
git; \
97
git clone https://github.com/11notes/docker-util.git;
108

119
# :: Build / redis
@@ -48,7 +46,7 @@
4846
ENV PORT=8080
4947

5048
# :: multi-stage
51-
COPY --from=util /docker-util/src/ /usr/local/bin
49+
COPY --from=util /git/docker-util/src/ /usr/local/bin
5250
COPY --from=build /opt/py-kms-gui/ /opt/py-kms-gui
5351
COPY ./LICENSE /opt/py-kms-gui
5452

0 commit comments

Comments
 (0)