X Tutup
Skip to content

Commit 0edd64c

Browse files
authored
Update Dockerfile
1 parent 31bca2f commit 0edd64c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=build /opt/python-gitlab/dist dist/
1111
RUN pip install PyYaml
1212
RUN pip install $(find dist -name *.whl) && \
1313
rm -rf dist/
14-
COPY docker-entrypoint.sh /usr/local/bin/
14+
#COPY docker-entrypoint.sh /usr/local/bin/
1515

16-
ENTRYPOINT ["docker-entrypoint.sh"]
17-
CMD ["--version"]
16+
#ENTRYPOINT ["docker-entrypoint.sh"]
17+
#CMD ["--version"]

0 commit comments

Comments
 (0)
X Tutup