Initial commit

This commit is contained in:
wsc-admin
2026-04-02 19:35:55 +09:00
commit dd06a27079
6 changed files with 52 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM webdevops/php-nginx-dev:8.4
COPY . /app
WORKDIR /app
RUN composer install --no-dev --optimize-autoloader
EXPOSE 80