1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Ваше сообщение коммита

This commit is contained in:
MoonTestUse1
2024-12-25 23:38:24 +06:00
parent 481ce35ec1
commit 0624f286d3

View File

@@ -36,7 +36,7 @@ COPY --from=build /app/dist/ /usr/share/nginx/html/
# Copy nginx configuration
COPY docker/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
# Debug: Show copied files
# Debug: Show copied filesы
RUN echo "Files in nginx html dir:" && ls -la /usr/share/nginx/html/
EXPOSE 80