Added folders as well...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM monica:fpm AS monica
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copy content of monica image
|
||||
COPY --from=monica /var/www/html /var/www/html
|
||||
RUN ln -sf /var/www/html/storage/app/public /var/www/html/public/storage
|
||||
Reference in New Issue
Block a user