Remove docker-compose.yml and update scraper Dockerfile entry point

- Deleted the docker-compose.yml file to streamline the project structure and reduce complexity in managing services.
- Updated the entry point in the scraper Dockerfile to use the correct path for the scraper binary, ensuring proper execution within the container.
This commit is contained in:
n.nakhostin
2025-08-31 19:03:45 +03:30
parent 06d0a9afb6
commit cbf45a812d
2 changed files with 1 additions and 202 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ COPY --from=go-builder /app/scraper-build .
EXPOSE 80
ENTRYPOINT /go/bin/scraper-build
ENTRYPOINT /app/scraper-build