diff --git a/Dockerfile b/Dockerfile index e7a8b43..0b8bf0d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ COPY ./4get /var/www/html/4get/ COPY ./httpd.conf /etc/apache2/httpd.conf COPY ./entrypoint.sh /entrypoint.sh COPY ./gen_config.php /gen_config.php + +# Set workdir to 4get directory WORKDIR /var/www/html/4get CMD ["sh", "-c", "sh /entrypoint.sh"]