updating structure

This commit is contained in:
Your Name
2024-10-13 19:18:28 +03:00
parent 431cd5ca43
commit 1fbc211eed
6 changed files with 1036 additions and 322 deletions

View File

@@ -14,6 +14,8 @@ RUN chown -R php:php /usr/bin/app
COPY . /usr/bin/app
WORKDIR /usr/bin/app
ENV GITHUB_WORKSPACE=/usr/bin/app
RUN composer install
VOLUME ["/usr/bin/app"]