Skip to content

Commit 0fd5ac4

Browse files
committed
chore: include license in Docker image
1 parent 379639c commit 0fd5ac4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
+docs
33
+go
44
+test
5-
+LICENSE
65
+README.md
76
+schema.png

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN chmod +rx /app/install_acme.sh \
2828
&& /app/install_acme.sh \
2929
&& rm -f /app/install_acme.sh
3030

31-
COPY /app/ /app/
31+
COPY app LICENSE /app/
3232

3333
WORKDIR /app
3434

0 commit comments

Comments
 (0)