add api to dockerfile

This commit is contained in:
Christopher 2020-10-24 16:36:09 +02:00
parent 30675bb52f
commit b1d4b7a718
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN apt-get update && apt-get -y install docker-ce-cli socat
RUN touch /var/run/docker.sock && chmod 777 /var/run/docker.sock
COPY index.php /var/www/html/index.php
COPY api.php /var/www/html/api.php
COPY style/ /var/www/html/style/
COPY pages/ /var/www/html/pages/