We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c0e85 commit 475dcdaCopy full SHA for 475dcda
1 file changed
builds/Dockerfile
@@ -34,12 +34,12 @@ RUN apt-get update \
34
35
# look for entrypoint in basedir when pulling files
36
# or entrypoint from builds folder when cloning
37
-# COPY *entrypoint.sh *builds/*entrypoint.sh /
38
-# RUN chmod +x /entrypoint.sh
+COPY *entrypoint.sh *builds/*entrypoint.sh /
+RUN chmod +x /entrypoint.sh
39
ENV PATH="/eye/bin:$PATH"
40
41
# pull the plugin dbs
42
RUN surfactant plugin update-db --all
43
44
WORKDIR /workdir
45
-# ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments