Skip to content

Commit

Permalink
Fix wordpress 6-apache
Browse files Browse the repository at this point in the history
  • Loading branch information
Buburoi committed Mar 14, 2023
1 parent 3ebb745 commit 93a3303
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
14 changes: 2 additions & 12 deletions wordpress/6-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN set -ex; \
exif \
gd \
mysqli \
mariadb-client \
unzip \
zip \
; \
# https://pecl.php.net/package/imagick
Expand Down Expand Up @@ -157,14 +159,6 @@ RUN set -eux; \
chown -R www-data:www-data wp-content; \
chmod -R 777 wp-content

#VOLUME /var/www/html

#COPY --chown=www-data:www-data wp-config-docker.php /usr/src/wordpress/
#COPY docker-entrypoint.sh /usr/local/bin/

#ENTRYPOINT ["docker-entrypoint.sh"]
#CMD ["apache2-foreground"]

################################### END OF OFFICIAL WORDPRESS ###

# Force HTTPS on mode
Expand All @@ -190,9 +184,5 @@ COPY etc/entrypoint.sh /.artifakt/

COPY docker-entrypoint.sh /usr/local/bin/

RUN mkdir /artifakt_scripts
COPY artifakt_scripts/* /artifakt_scripts/
RUN chmod -R +x /artifakt_scripts/

ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["apache2-foreground"]
16 changes: 0 additions & 16 deletions wordpress/6-apache/artifakt_scripts/apt_get_install.sh

This file was deleted.

7 changes: 0 additions & 7 deletions wordpress/6-apache/artifakt_scripts/composer_setup.sh

This file was deleted.

0 comments on commit 93a3303

Please sign in to comment.