uppdated
This commit is contained in:
@@ -22,6 +22,7 @@ WORKDIR /var/www/html
|
|||||||
# Copy Nginx config
|
# Copy Nginx config
|
||||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY entrypoint.sh /etc/entrypoint.sh
|
COPY entrypoint.sh /etc/entrypoint.sh
|
||||||
|
RUN chmod +x /etc/entrypoint.sh
|
||||||
|
|
||||||
# Copy the Laravel application files to the container
|
# Copy the Laravel application files to the container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user