chore: copy code files into images for Coolify & ignore local mounts

This commit is contained in:
Monarch055
2026-06-11 08:37:49 +07:00
parent bde5220db4
commit 7e373a28a1
5 changed files with 35 additions and 11 deletions
+3
View File
@@ -12,5 +12,8 @@ RUN echo "LimitRequestFieldSize 65536" >> /etc/apache2/apache2.conf
# Set working directory
WORKDIR /var/www/html
# Copy source files
COPY . /var/www/html/
# Expose port 80
EXPOSE 80