Initial commit
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user