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

@@ -1,11 +1,11 @@
ARG PHP_VERSION=8.3.10-1
ARG PHP_VERSION=8.3
FROM rosven9856/php:$PHP_VERSION
COPY . /usr/bin/app
WORKDIR /usr/bin/app
RUN composer install
RUN composer install --optimize-autoloader
VOLUME ["/usr/bin/app"]