This commit is contained in:
franknstayn
2023-08-28 04:26:03 +08:00
parent 8719532704
commit 19ccbb0fb0

View File

@@ -23,6 +23,7 @@ WORKDIR /var/www/html
COPY default.conf /etc/nginx/conf.d/default.conf
COPY entrypoint.sh /etc/entrypoint.sh
RUN chmod +x /etc/entrypoint.sh
RUN mkdir -p /run/nginx
# Copy the Laravel application files to the container
COPY . .