This commit is contained in:
franknstayn
2023-08-28 03:03:48 +08:00
parent fa930dbc21
commit 53a39500b9

View File

@@ -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 . .