uppdated
This commit is contained in:
@@ -21,6 +21,7 @@ WORKDIR /var/www/html
|
||||
|
||||
# Copy Nginx config
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY entrypoint.sh /etc/entrypoint.sh
|
||||
|
||||
# Copy the Laravel application files to the container
|
||||
COPY . .
|
||||
@@ -42,5 +43,5 @@ EXPOSE 80
|
||||
EXPOSE 9001
|
||||
|
||||
# Start PHP-FPM
|
||||
CMD ["php-fpm"]
|
||||
ENTRYPOINT ["/etc/entrypoint.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user