Skip to content

Commit

Permalink
Inception - clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Nov 30, 2024
1 parent ff45601 commit 002b151
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions inception/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ RUN set -ex \
&& apt-get install -y apache2-utils

COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY start_minio.sh /usr/bin/start_minio.sh
COPY start_inception.sh /usr/bin/start_inception.sh
COPY start_mariadb.sh /usr/bin/start_mariadb.sh
RUN chmod +x /usr/bin/start_minio.sh
RUN chmod +x /usr/bin/start_inception.sh
RUN chmod +x /usr/bin/start_mariadb.sh

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
11 changes: 0 additions & 11 deletions inception/start_minio.sh

This file was deleted.

0 comments on commit 002b151

Please sign in to comment.