14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
# Runs in a debugging mode, does not launch anything at all but starts a bash process
|
|
|
|
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
|
|
|
CODE=./
|
|
|
|
DEBUG=true
|
|
CHECK=false
|
|
UPLOAD=false
|
|
HEADLESS=false
|
|
REDUCEDFETCH=false
|
|
|
|
ENTRYPOINT="/bin/bash"
|
|
INTERACTIVE=true |