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