mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/file-setup.git
synced 2024-12-26 03:14:19 +00:00
Rename service
This commit is contained in:
parent
8aa9554339
commit
083c2709c1
@ -17,8 +17,8 @@ RUN apt-get update \
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
COPY file_setup /usr/local/bin
|
||||
COPY file-setup /usr/local/bin
|
||||
|
||||
|
||||
ENTRYPOINT ["file_setup"]
|
||||
ENTRYPOINT ["file-setup"]
|
||||
CMD ["--help"]
|
||||
|
@ -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())
|
Loading…
Reference in New Issue
Block a user