diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 3b5ff2a..9449b10 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -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