Skip to content

Commit e8d4e6a

Browse files
jtdevopsboukeversteegh
authored andcommitted
feat(command): add scrapy - Making agreed upon changes
1 parent 7551c2b commit e8d4e6a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

apps/scrapy/Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,4 @@ RUN apk -U add \
2323
&& apk -U del ${BUILD_DEPS} \
2424
&& rm -rf /var/cache/apk/*
2525

26-
WORKDIR /runtime/app
27-
28-
COPY entrypoint.sh /runtime/entrypoint.sh
29-
RUN chmod +x /runtime/entrypoint.sh
30-
31-
ENTRYPOINT ["/runtime/entrypoint.sh"]
32-
CMD ["scrapy"]
26+
ENTRYPOINT ["/usr/bin/scrapy"]

apps/scrapy/entrypoint.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)