Skip to content

Commit 475dcda

Browse files
committed
undo entrypoint comments in dockerfile
1 parent a1c0e85 commit 475dcda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

builds/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ RUN apt-get update \
3434

3535
# look for entrypoint in basedir when pulling files
3636
# or entrypoint from builds folder when cloning
37-
# COPY *entrypoint.sh *builds/*entrypoint.sh /
38-
# RUN chmod +x /entrypoint.sh
37+
COPY *entrypoint.sh *builds/*entrypoint.sh /
38+
RUN chmod +x /entrypoint.sh
3939
ENV PATH="/eye/bin:$PATH"
4040

4141
# pull the plugin dbs
4242
RUN surfactant plugin update-db --all
4343

4444
WORKDIR /workdir
45-
# ENTRYPOINT ["/entrypoint.sh"]
45+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)