Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitinspace committed Apr 5, 2020
1 parent 9a50999 commit 6eab6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN docker/scripts/build-project.sh

FROM alpine:latest
WORKDIR /satelit-scraper/
EXPOSE 8080
EXPOSE 9050
COPY --from=builder /satelit-scraper/satelit-scraper.tar.gz /satelit-scraper/
RUN ["tar", "-xvf", "satelit-scraper.tar.gz"]
ENTRYPOINT ["/satelit-scraper/entry.sh"]
Expand Down

0 comments on commit 6eab6e8

Please sign in to comment.