This commit is contained in:
franknstayn
2023-08-28 04:22:27 +08:00
parent 11c0567766
commit 8719532704

View File

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