Skip to content
Permalink
a6b0d41fcc
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
25 lines (19 sloc) 556 Bytes
[config]
###################################################
# container names:
###################################################
IMAGE_NAME=eoa_skripts
CONTAINER_NAME=eoa_skripts
###################################################
# volumes:
###################################################
SRC_DIR=src
SRC_DIR_IN_CONTAINER=/eoa/skripts
INPUT_DIR=input
INPUT_DIR_IN_CONTAINER=/eoa/input
OUTPUT_DIR=output
OUTPUT_DIR_IN_CONTAINER=/eoa/output
###################################################
# user and group:
# USER=$(id -u)
# GROUP=$(id -g)