Skip to content

Commit

Permalink
Expose default port
Browse files Browse the repository at this point in the history
  • Loading branch information
x4e-jonas authored Dec 17, 2021
1 parent cb1a5ce commit a77ac1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ COPY files/exporter.py /exporter.py

RUN pip install --no-cache-dir --upgrade requests pip

EXPOSE 9705

CMD [ "python", "/exporter.py" ]

0 comments on commit a77ac1d

Please sign in to comment.