updates on the dockerfile

This commit is contained in:
2026-06-15 19:30:41 +05:30
parent 0c747711c6
commit 66ae87bac7

View File

@@ -8,7 +8,7 @@ RUN rm -rf ./*
# 2. Copy your compiled static assets into the root folder.
# NOTE: If your folder is named "dist" instead of "build", change "build/" to "dist/"
COPY build/ .
COPY dist/ .
# 3. Copy your custom Nginx configuration (which you already have in your log)
COPY nginx.conf /etc/nginx/nginx.conf