Skip to content
Permalink
09b509a659
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
35 lines (24 sloc) 759 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
RUNTIME_DIR=runtime
HOME_DIR=${RUNTIME_DIR}/work_dir
HOME_DIR_IN_CONTAINER=/home/work_dir
INPUT_DIR=${RUNTIME_DIR}/input
INPUT_DIR_IN_CONTAINER=/eoa/input
OUTPUT_DIR=${RUNTIME_DIR}/output
OUTPUT_DIR_IN_CONTAINER=/eoa/output
###################################################
# user and group:
# USER=$(id -u)
# GROUP=$(id -g)