Skip to content
Permalink
ed23bbc041
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
33 lines (23 sloc) 717 Bytes
[config]
###################################################
# container names:
###################################################
IMAGE_NAME=eoa_skripts
CONTAINER_NAME=eoa_skripts
###################################################
# volumes:
###################################################
SRC_DIR=src
SRC_DIR_IN_CONTAINER=/eoa/skripts
DEPENDENCIES_DIR=dependencies
DEPENDENCIES_DIR_IN_CONTAINER=/eoa/dependencies
HOME_DIR=runtime/work_dir
HOME_DIR_IN_CONTAINER=/home/work_dir
INPUT_DIR=runtime/input
INPUT_DIR_IN_CONTAINER=/eoa/input
OUTPUT_DIR=runtime/output
OUTPUT_DIR_IN_CONTAINER=/eoa/output
###################################################
# user and group:
# USER=$(id -u)
# GROUP=$(id -g)