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:
@@ -19,4 +19,4 @@ COPY --from=go-builder /app/scraper-build .
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT /go/bin/scraper-build
|
||||
ENTRYPOINT /app/scraper-build
|
||||
|
||||
Reference in New Issue
Block a user