Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit c10d775

Browse files
author
noah
committed
Add LICENSE & NOTICE to the container
1 parent 6df41aa commit c10d775

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.editorconfig
33
.git
44
docs/
5-
LICENSE
65
README.md
76
.env
87
falcon9.db

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ WORKDIR /app
3030
# Create DB
3131
RUN mkdir /data
3232

33+
COPY --from=server --chown=root:root /server/LICENSE /server/NOTICE .
3334
COPY --from=server --chown=root:root /go/bin/server /go/bin/server
3435

3536
# Copy UI output into the assets directory.

0 commit comments

Comments
 (0)