From b1d4b7a7185160438025b2ea227ecb6c9cb6d27c Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 24 Oct 2020 16:36:09 +0200 Subject: [PATCH] add api to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eda474a..3cd28b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/