Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Jul 16, 2021
1 parent 9abf2eb commit 61fc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ FROM python:2.7-alpine
COPY --from=builder /go/src/RegionRestrictionCheck/RegionRestrictionCheck /check
RUN chmod +x /check && \
apk add --no-cache curl wget bash
ENTRYPOINT ["/check"]
ENTRYPOINT ["/bin/bash", "-l", "-c", "/check.sh"]

0 comments on commit 61fc7eb

Please sign in to comment.