diff --git a/Dockerfile b/Dockerfile index 49a2433..d995d93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ WORKDIR /var/www RUN mkdir -p /var/www/html RUN rm -rf /var/www/html/* RUN ln -s /var/www/src/index.php /var/www/html/index.php +ADD logo.png /var/www/html/logo.png RUN mkdir queue RUN git clone https://git.c3re.de/dirk/AuerNameTag.git ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..8cc0dd9 Binary files /dev/null and b/logo.png differ diff --git a/src/index.php b/src/index.php index 7e94fa0..de9aab3 100644 --- a/src/index.php +++ b/src/index.php @@ -56,6 +56,7 @@ if(isset($_GET['jobid'])){
+ Your job $jobId is Finished. Back @@ -79,6 +80,7 @@ EOT; + Your job $jobId is $myPositionInQueue in the queue.