Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit f322059

Browse files
changed the docker start script from entrypoint to command to make it suitable for gitlab pipelines
1 parent 8756fe8 commit f322059

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir -r requirements.txt
1313

1414
WORKDIR /workdir
1515

16-
ENTRYPOINT /usr/src/app/docker/entrypoint.sh
16+
CMD /usr/src/app/docker/gcip.sh
File renamed without changes.

0 commit comments

Comments
 (0)