Skip to content

#9 logging #33

Merged
merged 4 commits into from
Feb 16, 2022
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: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

node_modules

credentials.json
download_tests
build

FileShare
logs
upload/
lathes/
mills/
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
env_file: ./.env
volumes:
- ./src/build:/ffs/
- ./logs:/ffs/logs
- /ffs/node_modules
- ./file_share:/ffs/file_share/
- ${LOCAL_DIR_GANTRY}:/ffs/file_share/Gantry/
Expand Down
Loading