Rename service

This commit is contained in:
Patrick Jentsch
2020-04-09 09:53:42 +02:00
parent 8aa9554339
commit 083c2709c1
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ from argparse import ArgumentParser
import os
import subprocess
CONTAINER_IMAGE = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/file_setup:latest'
CONTAINER_IMAGE = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/file-setup:latest'
CONTAINER_INPUT_DIR = '/input'
CONTAINER_OUTPUT_DIR = '/output'
UID = str(os.getuid())