Commit ab4c8023 authored by TokaKaram's avatar TokaKaram

change Docker file

parent 80d33254
FROM nginx:alpine
# 1. Remove default Nginx config
RUN rm /etc/nginx/conf.d/default.conf
# 2. Copy YOUR optimized Global Nginx config
# (Make sure this file contains 'events {}' and 'http {}' blocks)
COPY nginx.conf /etc/nginx/nginx.conf
# 3. Copy only the website files (filtered by .dockerignore)
RUN echo "Last Build: 2025-12-23_v1"
COPY . /usr/share/nginx/html/
EXPOSE 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment