Test
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
FROM serversideup/php:8.4-fpm-nginx
|
||||
|
||||
USER root
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN mkdir -p storage/uploads \
|
||||
&& chown -R www-data:www-data storage \
|
||||
&& chmod -R 775 storage
|
||||
|
||||
USER www-data
|
||||
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user