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

Separate config in to example folders #3

Merged
merged 1 commit into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.