update
This commit is contained in:
@@ -20,7 +20,7 @@ RUN apk --update --no-cache add \
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# 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 . .
|
||||
|
||||
Reference in New Issue
Block a user