Skip to content

Commit

Permalink
patch(README, client.Dockerfile): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uniuuu committed Sep 27, 2024
1 parent 74daa3e commit 7d0e2eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Table of contents

## Localhost and VM installation
Localhost installation is for setup when server and client will run on the same computer.
VM (virtual machine) installation is for setup when server and clinet are on different hosts. I.e. server is in VM and client is running on another computer.
VM (virtual machine) installation is for setup when server and client are on different hosts. I.e. server is in VM and client is running on another computer.

### Dependencies and source code
*Install latest docker compose plugin*:
Expand Down
28 changes: 14 additions & 14 deletions client.Dockerfile.dockerignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
clinet/zotero-clinet/.DS_Store
clinet/zotero-clinet/node_modules
clinet/zotero-clinet/build
clinet/zotero-clinet/.signatures.json
clinet/zotero-clinet/tmp
clinet/zotero-build/config.sh
clinet/zotero-build/node_modules
clinet/zotero-standalone-build/*~
clinet/zotero-standalone-build/cache
clinet/zotero-standalone-build/config-custom.sh
clinet/zotero-standalone-build/dist
clinet/zotero-standalone-build/staging
clinet/zotero-standalone-build/xulrunner
clinet/zotero-standalone-build/pdftools
client/zotero-client/.DS_Store
client/zotero-client/node_modules
client/zotero-client/build
client/zotero-client/.signatures.json
client/zotero-client/tmp
client/zotero-build/config.sh
client/zotero-build/node_modules
client/zotero-standalone-build/*~
client/zotero-standalone-build/cache
client/zotero-standalone-build/config-custom.sh
client/zotero-standalone-build/dist
client/zotero-standalone-build/staging
client/zotero-standalone-build/xulrunner
client/zotero-standalone-build/pdftools
**/secret.json
**/secret.txt
**/secret.yaml
Expand Down

0 comments on commit 7d0e2eb

Please sign in to comment.