4 lines
90 B
Docker
4 lines
90 B
Docker
FROM webdevops/php-nginx:8.3-alpine
|
|
COPY . /app
|
|
RUN chown -R application:application /app
|