update
This commit is contained in:
@@ -20,7 +20,7 @@ RUN apk --update --no-cache add \
|
|||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
# Copy Nginx config
|
# Copy Nginx config
|
||||||
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# 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