Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Separate config in to example folders
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Feb 1, 2023
1 parent 21c9ec2 commit 3a51a23
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.client
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ COPY --from=builder /build/dist/ .

# This is for demonstration purposes only. NEVER include your keys in your GitHub repo,
# use GitHub secrets instead.
COPY keys .
COPY keys/encrypt_example.conf encrypt.conf

COPY encrypted storage
COPY encrypted_example storage

COPY start.sh .

Expand Down
File renamed without changes.

0 comments on commit 3a51a23

Please sign in to comment.