Skip to content

Commit

Permalink
add artifakt scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Buburoi committed Mar 14, 2023
1 parent 3eedc8b commit 3e2d4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wordpress/6-apache/Dockerfile
Expand Up @@ -190,5 +190,9 @@ 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"]

0 comments on commit 3e2d4ee

Please sign in to comment.